Skip to content

v1.0.0

Compare
Choose a tag to compare
@geoffreybauduin geoffreybauduin released this 10 Feb 10:24
· 21 commits to master since this release
Run in transaction (#36)

* test: also testing on go1.13

Signed-off-by: Geoffrey Bauduin <[email protected]>

* chore: moved to go.mod

Signed-off-by: Geoffrey Bauduin <[email protected]>

* feat: providing DBProvider.RunInTransaction function

The DBProvider interface is now able to run a function inside a transaction, commiting at the end and
performing a rollback if an error occured

Signed-off-by: Geoffrey Bauduin <[email protected]>

* test: drop testing on go < 1.12

Signed-off-by: Geoffrey Bauduin <[email protected]>