Releases: postmanlabs/sails-mysql-transactions
Releases · postmanlabs/sails-mysql-transactions
0.1.3
Fixed a bug where find
, update
, destroy
failed to adhere transactions when the criteria parameter is passed as a number or string type.
0.1.2
- Bug fix #2 resulted in cleanup and improved stability of
.commit
and .rollback
. Also, they now .release
mySQL connection synchronously. You must still use callbacks on them though as the implicit SQL queries needed.
- The travis build now executes
newman
tests.