Skip to content

Releases: networkteam/qrb

v0.16.0

Choose a tag to compare

@hlubek hlubek released this 16 Mar 11:22
  • 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

Choose a tag to compare

@hlubek hlubek released this 13 Mar 17:01

What's Changed

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

v0.14.1

Choose a tag to compare

@hlubek hlubek released this 07 Jan 09:16
  • Also quote reserved identifiers for insert / update statements

v0.14.0

Choose a tag to compare

@hlubek hlubek released this 06 Jan 18:35
  • 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

Choose a tag to compare

@hlubek hlubek released this 08 Jul 16:43

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

v0.13.0

Choose a tag to compare

@hlubek hlubek released this 08 Jul 15:39

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

v0.12.0

Choose a tag to compare

@hlubek hlubek released this 15 Apr 10:28

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

Choose a tag to compare

@hlubek hlubek released this 06 Jan 15:17

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

v0.10.0-alpha.1

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

Choose a tag to compare

@hlubek hlubek released this 11 Oct 15:32

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

v0.9.0

Choose a tag to compare

@hlubek hlubek released this 11 Oct 14:44
  • Added ApplyIf to `JsonBuildObjectBuilder