v2.3.0
New Features
- MSSQL Support (thanks @nemec784)!
- Circle CI 2.0 Continuous Integration
- Allow any io.Writer to be used as
boil.DebugWriter
(thanks @Michsior14)
Bug Fixes
- Don't use XSlice where unneeded. Resolves panics during eager loading (https://github.com/vattle/sqlboiler/issues/124)
- Fix inserting a record with only default fields could fail
- Fix bug where lack of whitespace would prevent compiling (thanks @makslevental https://github.com/vattle/sqlboiler/issues/136)
- Fix several bugs in CI
- Fix bug where Postgres User Defined Datatypes were incorrectly flagged as enums.
Misc
- Added benchmarks against Kallax ORM