Skip to content

Releases: aarondl/sqlboiler

v4.1.1

Choose a tag to compare

@aarondl aarondl released this 05 May 14:53

Fix breakage in mysql driver generation

Same details available in CHANGELOG.md

v4.1.0

Choose a tag to compare

@aarondl aarondl released this 04 May 22:39

See CHANGELOG.md for details.

v4.0.1

Choose a tag to compare

@aarondl aarondl released this 02 May 15:42

See CHANGELOG.md for details.

v4.0.0

Choose a tag to compare

@aarondl aarondl released this 27 Apr 07:29

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

See the CHANGELOG for details.

v3.7.1

Choose a tag to compare

@aarondl aarondl released this 27 Apr 00:43

See CHANGELOG.md for details.

v3.0.1

Choose a tag to compare

@aarondl aarondl released this 25 Aug 02:43

Bug fixes.

See CHANGELOG.md for details.

v3.0.0

Choose a tag to compare

@aarondl aarondl released this 13 Aug 18:24

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

Choose a tag to compare

@aarondl aarondl released this 13 Aug 18:20

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

Choose a tag to compare

@aarondl aarondl released this 20 Jun 14:42

Bug Fixes

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

v2.7.1

Choose a tag to compare

@aarondl aarondl released this 07 Jun 16:23

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.