Goqu Versions Save

SQL builder and query library for golang

v9.19.0

5 months ago

v9.18.0

2 years ago
  • [FEATURE] Add support for aliasing insert datasets to support upsert alias #306 - @XIELongDragon
  • [FEATURE] Add support for aliasing BooleanExpressions #307 - @XIELongDragon

v9.17.0

2 years ago
  • [FEATURE] Add support bitwise operations #303 - @XIELongDragon
  • [FEATURE] Add support for specifying tables to be locked in ForUpdate, ForNoKeyUpdate, ForKeyShare, ForShare #299 - @jbub

v9.16.0

2 years ago
  • [FEATURE] Allow ordering by case expression #282, #292

v9.15.1

2 years ago
  • [FIX] Field indexes in the columnMap getting overridden #290, #291

v9.15.0

2 years ago
  • [FEATURE] Add SetDefaultPrepared which controls query value interpolation #288 - @Deiz

v9.14.0

2 years ago
  • [FEATURE] GroupByAppend to the SelectDataset and SelectClauses #276, #287 - @ashishkf
  • [FEATURE] Allow untagged fields to be ignored #285 - @Deiz
  • [FIX] Nil valuer #277 - @benzolium, @Diggs
  • [FIX] Fix old import URL in doc comments #286 - @maito1201

v9.13.0

2 years ago
  • [ADDED] ScanStructs, ScanVals to Scanner interface #273 - @vlanse

v9.12.0

3 years ago
  • Update golangci-lint and updates for all associated linters
  • Update dependencies
    • github.com/DATA-DOG/go-sqlmock v1.3.3 -> v1.5.0
    • github.com/denisenkom/go-mssqldb v0.0.0-20200206145737-bbfc9a55622e -> v0.10.0
    • github.com/go-sql-driver/mysql v1.4.1 -> v1.6.0
    • github.com/lib/pq v1.2.0 -> v1.10.1
    • github.com/mattn/go-sqlite3 v1.11.0 -> v1.14.7
    • github.com/stretchr/testify -> v1.4.0 -> v1.7.0

v9.11.1

3 years ago
  • [FIXED] Avoid mutation of join slice for separate datasets when joins slice capacity is not yet reached #261 - @fhaifler