Skip to content

Tags: huandu/go-sqlbuilder

Tags

v1.33.1

fix #184: fix SQL syntax error in WITH ... UPDATE ... FROM

v1.33.0

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

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

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

fix #171: no need to escape field any more

v1.30.0

reduce count of memory allocations in Cond.And/Or/Not

v1.29.1

update docs in README and godoc

v1.29.0

refs #164: new API SelectMore to add more cols to SELECT after callin…

…g Select()

v1.28.1

fix: #160 SelectBuilder.With appends table names to FROM

v1.28.0

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