Skip to content

Tags: acoshift/pgsql

Tags

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
check error support pgx (#44)

v0.15.3

Toggle v0.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
pgstmt: fix values data type (#42)

v0.15.2

Toggle v0.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
pgstmt: impl select exists (#41)

v0.15.1

Toggle v0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
change how IsErrorCode check error with errors.As (#40)

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was signed with the committer’s verified signature.
acoshift Thanatat Tamtan
update dependencies

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
get sql state from interface (#38)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pgctx: add RunInReadOnlyTx (#34)

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
acoshift Thanatat Tamtan
refactor: interface{} to any

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pgstmt: union (#27)

* pgstmt: add union

* pgstmt: add join union to select statement

* add offset

* add nested union

* update test

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pgctx: add key context (#25)

* pgctx: add key context

* adjust api

* add test

* refactor