Skip to content

Releases: networkteam/qrb

v0.16.0

16 Mar 11:22

Choose a tag to compare

  • Added LIKE support to CREATE TABLE: ddl.CreateTable(qrb.N("new_table")).Like(qrb.N("original_table"))
  • Added ddl.CreateFunction(qrb.N("my_func"))

Full Changelog: v0.15.0...v0.16.0

v0.15.0

13 Mar 17:01

Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.15.0

v0.14.1

07 Jan 09:16

Choose a tag to compare

  • Also quote reserved identifiers for insert / update statements

v0.14.0

06 Jan 18:35

Choose a tag to compare

  • Auto-quote identifiers with reserved keywords when using qrb.N
  • Require Go 1.24

Full Changelog: v0.13.1...v0.14.0

v0.13.1

08 Jul 16:43

Choose a tag to compare

Full Changelog: v0.13.0...v0.13.1

v0.13.0

08 Jul 15:39

Choose a tag to compare

Full Changelog: v0.12.0...v0.13.0

v0.12.0

15 Apr 10:28

Choose a tag to compare

Updated to Go 1.21 as the minimum version.

Note: The next version of qrb will only support Go >= 1.23.

Full Changelog: v0.11.1...v0.12.0

v0.10.1

06 Jan 15:17

Choose a tag to compare

Full Changelog: v0.9.0...v0.10.1

v0.10.0-alpha.1

11 Oct 15:32

Choose a tag to compare

v0.10.0-alpha.1 Pre-release
Pre-release

Full Changelog: v0.9.0...v0.10.0-alpha.1

v0.9.0

11 Oct 14:44

Choose a tag to compare

  • Added ApplyIf to `JsonBuildObjectBuilder