Skip to content

v1.1.0

Compare
Choose a tag to compare
@skateinmars skateinmars released this 24 Feb 09:32
· 10 commits to master since this release
6756091

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.