Skip to content

Releases: postmanlabs/sails-mysql-transactions

0.8.3-hotfix.2

09 Jun 06:48
Compare
Choose a tag to compare

0.9.1

09 Jun 06:48
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release

0.8.3-hotfix.1

09 Jun 06:48
Compare
Choose a tag to compare

0.9.0

09 Jun 06:48
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

v0.9.0-beta.1

27 Oct 11:30
Compare
Choose a tag to compare
v0.9.0-beta.1 Pre-release
Pre-release
  • Multi connection support
  • Debounced transaction start

0.8.1

11 Aug 11:00
Compare
Choose a tag to compare

fixes to delta object for .update

0.8.0

22 Mar 11:38
Compare
Choose a tag to compare

New feature:

  • added support for providing changeset during update operations

0.7.1

05 Jan 12:03
Compare
Choose a tag to compare
  • Fixes many-to-many (strategy 3) join selections.
  • Also supports columnName translation in selections

0.7.0

02 Jan 14:55
Compare
Choose a tag to compare

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

02 Jan 14:54
Compare
Choose a tag to compare

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.