Skip to content

Tags: huandu/go-sqlbuilder

Tags

v1.33.1

Toggle v1.33.1's commit message
fix #184: fix SQL syntax error in WITH ... UPDATE ... FROM

v1.33.0

Toggle v1.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #183 from huandu/feature/select-lateral-derived-table

Support LATERAL keyword

v1.32.0

Toggle v1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #180 from huandu/bug/cond-misuse

Avoid stack overflow when Cond is misused

v1.31.0

Toggle v1.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #175 from rodionovv/string-validation

Ignore empty content to prevent the output of incorrect SQL

v1.30.1

Toggle v1.30.1's commit message
fix #171: no need to escape field any more

v1.30.0

Toggle v1.30.0's commit message
reduce count of memory allocations in Cond.And/Or/Not

v1.29.1

Toggle v1.29.1's commit message
update docs in README and godoc

v1.29.0

Toggle v1.29.0's commit message
refs #164: new API SelectMore to add more cols to SELECT after callin…

…g Select()

v1.28.1

Toggle v1.28.1's commit message
fix: #160 SelectBuilder.With appends table names to FROM

v1.28.0

Toggle v1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #159 from abanoub-fathy/add-ILIKE-helper-method

Add ilike helper method