Skip to content

Tags: bitbus/sqlx

Tags

v1.8.1

Toggle v1.8.1's commit message
add Binary[T] type for database binary

v1.8.0

Toggle v1.8.0's commit message
add db help package to contain some help function

v1.7.0

Toggle v1.7.0's commit message
add Queryable interface

v1.6.0

Toggle v1.6.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 #3 from bitbus/pr-change-mod

change package name to github.com/bitbus/sqlx

v1.5.0

Toggle v1.5.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 #2 from bitbus/pr-use-any

convert all interface{} type to any type

v1.4.0

Toggle v1.4.0's commit message
just pretty source code and upgrade go version to go1.18 as minimum s…

…upport

v1.3.5

Toggle v1.3.5'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#767 from liftoffio/gpark.sqlx.reset-slice

Make Select reset slice length

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