Skip to content

Tags: wulei1203/sqlx

Tags

v1.3.4

Toggle v1.3.4'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 jmoiron#734 from QuangTung97/fix/named-exec-values

Fix Bulk Insert: Single Column and MySQL earlier upsert syntax

v1.3.3

Toggle v1.3.3's commit message
fix another issue with bulk inserts being too strict on syntax

v1.3.2

Toggle v1.3.2's commit message
fixes several issues with bulk inserts

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