Releases: aarondl/sqlboiler
Releases · aarondl/sqlboiler
v4.1.1
Fix breakage in mysql driver generation
Same details available in CHANGELOG.md
v4.0.0
Technically a big breaking change: Moving to modules. Otherwise not much changed.
See the CHANGELOG for details.
v3.0.0
Version 3 has been released!
Please see the CHANGELOG.md to see what's changed.
In the README you can find videos that supplement the documentation. And may be in an easier to digest format to see what's changed and how to get started.
v2.7.4
Bug Fixes
- Fix a bug in mysql time randomness in tests (thanks @ceshihao)
- Add singular version of menus to inflection (thanks @jonas747)
v2.7.2
Bug Fixes
- Fix an issue where mysql used the wrong type for null json (thanks @pranava)
v2.7.1
Bug Fixes
- Fix MySQL DSN creation problems (#298) with driver version v1.4
- Fix a bug where
boil.Bind
would eat all rows in a sql.Result
, even if it was not given a slice to bind to.