Releases: volatiletech/sqlboiler
Releases · volatiletech/sqlboiler
v4.9.0
See CHANGELOG.md for details.
- Add
AllEnum()
function to retrieve a slice of all valid values of an enum type - Add
DefaultTemplates
toboilingcore.Config
to change the base template files to use for generation - Add
CustomTemplateFuncs
toboilingcore.Config
to supply additional functions that can be used in templates
v4.8.6
See CHANGELOG.md for details.
v4.8.5
See CHANGELOG.md for details.
v4.8.4
See CHANGELOG.md for details.
- Add support for views
- Add support for generated columns
- Moves sqlite3 driver into the main repo
v4.8.3
See CHANGELOG.md for details.
v4.8.1
v4.8.0
See CHANGELOG.md for details.
Notably: Fix soft delete generation issue
v4.7.1
See CHANGELOG.md for details.
This reverts some of the breaking changes in 4.7.0 as well as corrects some issues that prevented it from working correctly.
v4.7.0
WARNING: Do not use, this release is broken and will be corrected in a near-future 4.7.1
See CHANGELOG.md for details.
This is the first version that uses go:embed and therefore upgrading it requires you to be running on one of the two supported Go versions: 1.16 or 1.17.
v4.6.0
See CHANGELOG.md for details.