grossvater
grossvater
Would be useful to allow an option to appear several times, like: `-H x=y -H a=b`
**What would you like to be added or enhanced** When iterating over entries in a transaction, revision should be available for each entry, e.g: ``` txs, err := client.TxScan(ctx, &schema.TxScanRequest{...
I have a mapping like this: ``` type Product struct { Id int PropertyGroup PropertyGroup `ref:"property_group_id" fk:"id" autosave:"true" autoload:"true"` PropertyGroupId int } type PropertyGroup struct { Id int Properties []Property...
**What happened** A long running client seems to accumulate memory on the heap. **How to reproduce it (as minimally and precisely as possible)** Create a client and keep creating and...