Skip to content

Releases: aarondl/sqlboiler

v4.1.1

05 May 14:53
Compare
Choose a tag to compare

Fix breakage in mysql driver generation

Same details available in CHANGELOG.md

v4.1.0

04 May 22:39
Compare
Choose a tag to compare

See CHANGELOG.md for details.

v4.0.1

02 May 15:42
Compare
Choose a tag to compare

See CHANGELOG.md for details.

v4.0.0

27 Apr 07:29
Compare
Choose a tag to compare

Technically a big breaking change: Moving to modules. Otherwise not much changed.

See the CHANGELOG for details.

v3.7.1

27 Apr 00:43
Compare
Choose a tag to compare

See CHANGELOG.md for details.

v3.0.1

25 Aug 02:43
Compare
Choose a tag to compare

Bug fixes.

See CHANGELOG.md for details.

v3.0.0

13 Aug 18:24
Compare
Choose a tag to compare

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

13 Aug 18:20
Compare
Choose a tag to compare

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

20 Jun 14:42
Compare
Choose a tag to compare

Bug Fixes

  • Fix an issue where mysql used the wrong type for null json (thanks @pranava)

v2.7.1

07 Jun 16:23
Compare
Choose a tag to compare

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.