Skip to content

Tags: guregu/sqlx

Tags

v1.101.0

Toggle v1.101.0's commit message
support coalesce struct tag

it marshals NULL values to the zero type

v1.100.1

Toggle v1.100.1's commit message
allow specifying table names

`foo.bar` can be specified as `db:"bar"` or `db:"foo.bar"`.
Embedded structs can be set to `db:"foo.*"`, and their children
are treated as belonging to table foo.

v1.100.0

Toggle v1.100.0's commit message
allow specifying table names

`foo.bar` can be specified as `db:"bar"` or `db:"foo.bar"`.
Embedded structs can be set to `db:"foo.*"`, and their children
are treated as belonging to table foo.

v1.3.1

Toggle v1.3.1's commit message
fixes an unintended change in the way sqlx.In deals with []int and []…

…string inputs

v1.3.0

Toggle v1.3.0's commit message
version 1.3.0

v1.2.0

Toggle v1.2.0's commit message
add go.sum and updated go.mod w/ test deps

sqlx-v1.1

Toggle sqlx-v1.1's commit message
Merge pull request jmoiron#118 from jmoiron/liaoliaopro-master

tag handling for reflectx

sqlx-v1.0

Toggle sqlx-v1.0's commit message
update README to refer to shiny new docs