Skip to content

Releases: doug-martin/goqu

v9.19.0

Choose a tag to compare

@funkyshu funkyshu released this 21 Nov 00:18

v9.18.0

Choose a tag to compare

@doug-martin doug-martin released this 16 Oct 21:43

v9.17.0

Choose a tag to compare

@doug-martin doug-martin released this 06 Oct 21:29
  • [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

Choose a tag to compare

@doug-martin doug-martin released this 28 Aug 05:42
  • [FEATURE] Allow ordering by case expression #282, #292

v9.15.1

Choose a tag to compare

@doug-martin doug-martin released this 03 Aug 04:58
  • [FIX] Field indexes in the columnMap getting overridden #290, #291

v9.15.0

Choose a tag to compare

@doug-martin doug-martin released this 03 Aug 03:34
  • [FEATURE] Add SetDefaultPrepared which controls query value interpolation #288 - @Deiz

v9.14.0

Choose a tag to compare

@doug-martin doug-martin released this 27 Jul 21:38

v9.13.0

Choose a tag to compare

@doug-martin doug-martin released this 20 May 03:31
ff08a24
  • [ADDED] ScanStructs, ScanVals to Scanner interface #273 - @vlanse

v9.12.0

Choose a tag to compare

@doug-martin doug-martin released this 04 May 04:12
  • 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

Choose a tag to compare

@doug-martin doug-martin released this 22 Apr 19:38
  • [FIXED] Avoid mutation of join slice for separate datasets when joins slice capacity is not yet reached #261 - @fhaifler