Releases: src-d/go-kallax
Releases · src-d/go-kallax
v1.2.7
v1.2.6
Bug fixes
- floa64fields generated- doublecolumns, which was not correct. Now they generate a correct- double precisioncolumn.
v1.2.5
Fixes
- Fixes the issue of not being able to correctly detect kallax types when they are vendored.
v1.2.4
Fixes
- Fixes tests and behavior of the generator in windows.
- Setup appveyor for tracking future windows regressions.
v1.2.3
Fixes
- kallax:"new_column_name"was not working properly.
v1.2.2
Fixes
- Models with no fields but its autoincrementable primary key return an error on Insertnow, as opposed to a SQL invalid syntax error.
- INSERTs and DELETEs now log their debug output.
v1.2.1
New features
- Added benchmark against sqlboiler
- Added FindAllmethod to all typed stores to avoid having to useResultSet.AllafterFind.
v1.2.0
New features
- Implemented automatic migration generation.
- Integrated mattes/migrateto perform migrations.
- New API for creating operators.
Fixes
Documentation
- New caveats added.
- Transaction documentation.
- Documentation about creating custom operators.
Notes
This update requires regenerating models. It is backwards compatible, though, so the only downside of not regenerating the models is the fact that your time.Time fields will not be truncated before saving.
v1.1.4
New features
- Added NOT SIMILAR TOandILIKEoperators.
- Added DebugandDebugWithmethods toStoreand typed stores to debug SQL statements.
v1.1.3
- Added SIMILAR TOoperator.