- Notifications
You must be signed in to change notification settings - Fork24
Releases: heetch/sqalx
Releases · heetch/sqalx
Use non predictable uuid library
b907ab0
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
v1.3.0
d4fe9ae
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
v1.2.0
562c1f0
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Dependencies update
- MySQL compatibility
Please note that starting from this release this repository is in maintenance only, no new features will be worked on.
Assets2
v1.1.0
6756091
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
This release introduces a potentially breaking change with the addition of theBeginTxx
func on theNode
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.
Assets2
add missing methods to Driver interface
f8ebb8d
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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.
Assets2
v0.4.0
634e613
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Avoid use of github.com/satoi/go.uuid
- Use Go modules
- Use correct import path for go-sqlmock package.
Assets2
v0.3.0
21a5f51
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
v0.1.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
This is the first sqalx release 🎉