Releases: doug-martin/goqu
Releases · doug-martin/goqu
v4.0.0
- Prepared(true) issues when using IS NULL comparison operation #33 - @danielfbm
v3.3
- Add
upsert
support viaInsertIgnore
andInsertConflict
methods - #25 - @aheuermann - Adding vendor dependencies and updating tests to run in docker containers #29 - @aheuermann
v3.2
- Add range clauses ([NOT] BETWEEN) support - #25 - @denisvm
- Readmefix #26- @tiagopotencia
v3.1.3
v3.1.2
v3.1.1
- Fixing race condition with struct_map_cache in crud_exec #18 @andymoon @aheuermann
v3.1.0
- 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
- Add literal bytes and update to c2fo testify #15 - @TechnotronicOz
- Refactored escaping of text types to prevent duplication of logic
v3.0.0
v2.0.3
- Fixed issue with transient columns and the auto select of columns.