Skip to content

Releases: doug-martin/goqu

v4.0.0

16 Mar 00:31
Compare
Choose a tag to compare
  • Prepared(true) issues when using IS NULL comparison operation #33 - @danielfbm

v3.3

17 Nov 04:32
Compare
Choose a tag to compare
  • Add upsert support via InsertIgnore and InsertConflict methods - #25 - @aheuermann
  • Adding vendor dependencies and updating tests to run in docker containers #29 - @aheuermann

v3.2

14 Sep 23:12
Compare
Choose a tag to compare

v3.1.3

02 Sep 00:03
Compare
Choose a tag to compare
  • Bugfix for chained Where() #24

v3.1.2

05 Jan 19:29
Compare
Choose a tag to compare
  • Fixing ScanStruct issue with embedded pointers in crud_exec #20 - @ruzz311

v3.1.1

23 Oct 15:58
Compare
Choose a tag to compare

v3.1.0

01 Sep 05:08
Compare
Choose a tag to compare
  • Version 3.1 #14 - @andymoon
    • Fix an issue with a nil pointer access on the inserts and updates.
    • Allowing ScanStructs to take a struct with an embedded pointer to a struct.
    • Change to check if struct is Anonymous when recursing through an embedded struct.
    • Updated to use the lastest version of github.com/DATA-DOG/go-sqlmock.

v3.0.1

25 Aug 16:44
Compare
Choose a tag to compare
  • Add literal bytes and update to c2fo testify #15 - @TechnotronicOz
  • Refactored escaping of text types to prevent duplication of logic

v3.0.0

17 Aug 15:21
Compare
Choose a tag to compare
  • Added support for embedded structs when inserting or updating. #13 - @andymoon

v2.0.3

29 May 15:11
Compare
Choose a tag to compare
  • Fixed issue with transient columns and the auto select of columns.