Skip to content

Tags: DATA-DOG/go-txdb

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #67 from DATA-DOG/deps

Update dependencies

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #64 from daisuke0925m/fix/TestShouldRunWithHeavyWork

fix beginTxOnce() context cancel

v0.1.8

Toggle v0.1.8'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 #58 from DATA-DOG/driverContext

Support the driver.DriverContext interface

v0.1.7

Toggle v0.1.7'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 #54 from Yiling-J/master

don't cancel tx when stmt failed

v0.1.6

Toggle v0.1.6'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 #48 from jsteenb2/fix/context_pollution

fix: update context handling in *Context db methods to stop context pollution

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was signed with the committer’s verified signature.
l3pp4rd Gediminas Morkevicius
proper lock fix for db driver

v0.1.4

Toggle v0.1.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 #39 from smartcontractkit/bugfix/error_on_rollback…

…_keeps_bad_connection_in_pool

If Rollback fails, txdb keeps a bad connection in the pool

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
l3pp4rd Gediminas Morkevicius
make savepoint syntax configurable

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
l3pp4rd Gediminas Morkevicius
fixes the module name

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
l3pp4rd Gediminas Morkevicius
adds go.mod for future support