Skip to content

Tags: red7hj/goqu

Tags

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v4.2.0 (doug-martin#56)

v4.1.0

Toggle v4.1.0's commit message
v4.1.0 (doug-martin#42)

* Support for defining WITH clauses for Common Table Expressions (CTE) doug-martin#39 - @Oscil8

v4.0.0

Toggle v4.0.0's commit message
v4 - Updating imports and docs (doug-martin#35)

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