Skip to content

Tags: yzzyx/goqu

Tags

v3.3

Toggle v3.3's commit message

Unverified

This user has not yet uploaded their public signing key.
Added section on running tests

v3.2

Toggle v3.2's commit message
v3.2

* Add range clauses ([NOT] BETWEEN) support - doug-martin#25 - @denisvm
* Readmefix doug-martin#26- @tiagopotencia

v3.1.3

Toggle v3.1.3's commit message
Bugfix for chained Where() (doug-martin#24)

* Added test for chained Where() calls with expression overwriting

* Fixed bug with chained Where with expression overwriting

v3.1.2

Toggle v3.1.2's commit message
Merge pull request doug-martin#20 from ruzz311/scanstruct-embedded-ptr

Fix issue doug-martin#19 - Exec.ScanStruct does not allow embedded pointers

v3.1.0

Toggle v3.1.0's commit message
Added more tests for insert and update

v3.0.1

Toggle v3.0.1's commit message
v3.0.1

* Add literal bytes and update to c2fo testify
[doug-martin#15](doug-martin#15) -
[@TechnotronicOz](https://github.com/TechnotronicOz)
* Refactored escaping of text types to prevent duplication of logic

v3.0.0

Toggle v3.0.0's commit message
v3.0.0

* Added support for embedded structs when inserting or updating.
[doug-martin#13](doug-martin#13) -
[@andymoon](https://github.com/andymoon)

v2.0.3

Toggle v2.0.3's commit message
v2.0.3

* Fixed issue with transient columns and the auto select of columns.

v2.0.2

Toggle v2.0.2's commit message
v2.0.2

* Changed references to "github.com/doug-martin/goqu" to "gopkg.in/doug-martin/goqu.v2"