Skip to content

Releases: balderdashy/sails-mysql

v0.12.2

08 Jun 23:30
Compare
Choose a tag to compare
  • [ENHANCEMENT] Adds support for case-insensitive queries using the wlNext.caseSensitive flag. See #304 for more details. Thanks @wulfsolter for the patch!
  • [ENHANCEMENT] Adds MariaDB to the automated test suite. See #276 for more details. Thanks to @grooverdan for the patch.
  • [ENHANCEMENT] Updates the dependencies to the latest versions which should remove any warning messages when installing.
  • [BUG] Fixes issues with backwards compatibility to Waterline 0.11.x and older.

v0.12.1

23 Mar 16:32
Compare
Choose a tag to compare

Fixes issue with populates due to changes in projections queries coming from Waterline-Sequel. Updated the waterline-sequel dependency to 0.6.2 to fix. See #297 for more details. Thanks @wulfsolter and @aradnom for helping debug and test.

v0.12.0

18 Mar 18:58
Compare
Choose a tag to compare

Updates version of Waterline-Sequel to add support for association projections.

See the complete Changelog for more details.

v0.11.5

18 Feb 20:22
Compare
Choose a tag to compare
  • Updates Waterline-Sequel dependency to actually fix the previous date bug.
  • Changes the database url parsing to strip out query string values.

See the Changelog for more details.

v0.11.4

05 Feb 14:23
Compare
Choose a tag to compare
  • Updates Waterline-Sequel dependency to gain support for querying dates when they are represented as a string in the criteria.
  • Normalize the adapter errors some to be more in line with the Postgres driver. Now returns the originalError key.

See the Changelog for more details.

v0.11.3

29 Jan 23:45
Compare
Choose a tag to compare

🎉 🚀 Big performance release. Thanks to @jianpingw for giving everyone a huge performance boost if you are using populates.

For more details see the new Changelog

v0.9.6

20 Dec 00:48
Compare
Choose a tag to compare
  • Fixes issue with results. See #59 Thanks @Hiro-Nakamura
  • Allows a size to be passed in with a schema. See #64 Thanks @arielyang
  • Updates waterline-adapter-tests and mysql module versions

v0.9.4

30 Oct 18:07
Compare
Choose a tag to compare
  • Fixes issue with custom primaryKeys and a hardcoded id in the query builder

Thanks to: @eliasjpr @sjmcdowall

v0.9.3

14 Oct 16:54
Compare
Choose a tag to compare
  • Fixes Group By and Order By issue
  • Fixes error when a connection can't be created

Thanks @zzhouj and @Hiro-Nakamura