Releases: src-d/go-kallax
Releases · src-d/go-kallax
v1.3.5
v1.3.4
Enhancements
- #256: Statement cacher can now be disabled on demand. This is not recommended for regular use as it degrades performance, use only if you need it.
Fixes
v1.3.3
v1.3.2
v1.3.1
v1.3.0
New features
- #214 due to the changes introduces in a bugfix, now infinitely nested saves are supported!
- #215 unique constraint in schema generation with
unique:"true"
struct tag
Performance improvements
- Reduced the allocations and memory consumption of inserts, updates and deletes in more than a half in almost all cases.
v1.2.21
Bugs fixed
- When checking if an implicit foreign key equals the column it corresponds to, make sure the nullability of such foreign key is irrelevant because the correct one is the one in the column. This could cause some migrations to not be generated because the nullability was not property recognized.
v1.2.20
v1.2.19
Docs
- Document both in the generated code and the README that
RemoveXXX
functions must not have thatXXX
relationship empty for them to work as expected.