Skip to content

Releases: heetch/sqalx

Use non predictable uuid library

07 Mar 09:34
b907ab0
Compare
Choose a tag to compare

What's Changed

  • [SEC-25] Use non predictable uuid library by @gyndav in #28

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

13 Jul 08:34
d4fe9ae
Compare
Choose a tag to compare

What's Changed

  • Support nested transaction for PGX driver by @Thiht in #26

New Contributors

  • @Thiht made their first contribution in #26

Full Changelog: v1.2.0...v1.3.0

v1.2.0

30 Jun 17:29
562c1f0
Compare
Choose a tag to compare
  • Dependencies update
  • MySQL compatibility

Please note that starting from this release this repository is in maintenance only, no new features will be worked on.

v1.1.0

24 Feb 09:32
6756091
Compare
Choose a tag to compare

This release introduces a potentially breaking change with the addition of the BeginTxx func on the Node interface, to allow for providing a context when opening a transaction (see #20)

Since sqlx already implements this function the change should be transparent for every user of the library (unless you use generated mocks which you may need to refresh), so we are not bumping the major version number.

add missing methods to Driver interface

17 Jan 10:30
f8ebb8d
Compare
Choose a tag to compare

The Driver interface now contains all methods in common between *Tx and *Db.
Also update dependencies.

We tag this release as v1.0.0 as we don't plan to break backward compatibility.

v0.4.0

14 Jun 14:05
634e613
Compare
Choose a tag to compare
  • Avoid use of github.com/satoi/go.uuid
  • Use Go modules
  • Use correct import path for go-sqlmock package.

v0.3.0

21 Sep 08:09
21a5f51
Compare
Choose a tag to compare
  • Add Context methods to the Driver interface #8

v0.1.0

11 Jan 12:19
Compare
Choose a tag to compare

This is the first sqalx release 🎉