-
Hello,
I'm from test this:
``` go
type Test struct {
Id qbs.Id
FatherId int64 `sql:"fk:Father"`
Father *Test
}
```
If i'm make, 3 elems,
```
t0.FatherId = 0
t1.FatherId = t0.Id
t2.FatherId …
-
I have encountered a bug in transaction rollback handling. The bug occurs when one opens a transaction, issues a query, rolls back the transaction, then tries to issue another query on the same `DB` …
-
Thanks for this awesome script.
One minor issue is the documentations. The option to build the documentations would be avaliable.