Releases: postmanlabs/sails-mysql-transactions
Releases · postmanlabs/sails-mysql-transactions
v0.9.0-beta.1
- Multi connection support
- Debounced transaction start
0.8.1
fixes to delta object for .update
0.8.0
New feature:
- added support for providing changeset during update operations
0.7.1
- Fixes many-to-many (strategy 3) join selections.
- Also supports
columnName
translation in selections
0.7.0
This release fixes issue of .select
criteria not working in one-to-many populates.
This release also moves all "hacks" of query string manipulation to better implementation within waterline-sequel.
0.6.0
This release adds support for .count
in transaction and readonly mode.
One important point is that .count
does not reply on transactionId
column in model. So, this is first step towards a bigger goal of getting rid of model tId column.