Skip to content

Releases: volatiletech/sqlboiler

v4.9.0

04 Apr 01:46
Compare
Choose a tag to compare

See CHANGELOG.md for details.

  • Add AllEnum() function to retrieve a slice of all valid values of an enum type
  • Add DefaultTemplates to boilingcore.Config to change the base template files to use for generation
  • Add CustomTemplateFuncs to boilingcore.Config to supply additional functions that can be used in templates

v4.8.6

29 Jan 09:34
Compare
Choose a tag to compare

See CHANGELOG.md for details.

v4.8.5

28 Jan 21:05
Compare
Choose a tag to compare

See CHANGELOG.md for details.

v4.8.4

27 Jan 14:03
Compare
Choose a tag to compare

See CHANGELOG.md for details.

  • Add support for views
  • Add support for generated columns
  • Moves sqlite3 driver into the main repo

v4.8.3

17 Nov 05:15
Compare
Choose a tag to compare

See CHANGELOG.md for details.

v4.8.1

14 Nov 19:47
Compare
Choose a tag to compare

Fix a bug in test template generation in 4.8.0

v4.8.0

14 Nov 19:26
Compare
Choose a tag to compare

See CHANGELOG.md for details.

Notably: Fix soft delete generation issue

v4.7.1

30 Sep 23:45
Compare
Choose a tag to compare

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

26 Sep 23:34
Compare
Choose a tag to compare

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

07 Jun 05:10
Compare
Choose a tag to compare

See CHANGELOG.md for details.