Skip to content

Tags: sanketplus/go-mysql-lock

Tags

v0.0.7

Toggle v0.0.7's commit message
add comment and also refactoring for dbConn.Close()

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for goroutine leak (#7)

* Fix context leak
* make unlocker channel buffered

Co-authored-by: Ankur Singh <ankur@cashfree.com>

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add MySQL timeout parameter / fix compatibility with MariaDB 10.1 and…

… older (#3)

* Fix compatibility with MariaDB 10.1 and older

* Add missing cancel function call for context in ObtainTimeoutContext, fix comments

* Add MariaDB 10.1 as test target in Azure pipeline, remove oldmysql tag for tests with older MySQL versions

* Update README.md: add documentation for new functions and a "compatibility" section

v0.0.4

Toggle v0.0.4's commit message
release lock on connection error; improved test

v0.0.3

Toggle v0.0.3's commit message
change golang version to 1.13; enable pipelines in dev branch

v0.0.1

Toggle v0.0.1's commit message
fix README example