Skip to content

Tags: SpencerC/go-sqlbuilder

Tags

v1.18.0

Toggle v1.18.0's commit message
Merge branch 'hanyuancheung-feature/support_clickhouse_grammar'

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request huandu#91 from huandu/feature-driver-valuer

fix huandu#90 Support driver.Valuer type in Struct and interpolate methods

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request huandu#87 from zhongr3n/zhongr3n/fix-insert-ignore

Add insert ignore support for postgres and sqlite

v1.15.1

Toggle v1.15.1's commit message
fix huandu#81 refactory struct field parser to make fieldas correct i…

…n all cases

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request huandu#79 from huandu/feature-fieldas

Add new `fieldas` tag to set AS name for SELECT

v1.14.1

Toggle v1.14.1's commit message
remove a call to StructField.IsExported as it is not in go1.13

v1.14.0

Toggle v1.14.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Change path.

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request huandu#66 from huandu/flavor-sqlserver

Fix huandu#64 Add SQLServer flavor

v1.12.2

Toggle v1.12.2's commit message
fix huandu#65 Struct#InsertInto* methods are aware of omitempty optio…

…ns now

v1.12.1

Toggle v1.12.1's commit message
update github ci script