Releases: balderdashy/sails-mysql
Releases · balderdashy/sails-mysql
v0.12.2
- [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
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
Updates version of Waterline-Sequel to add support for association projections.
See the complete Changelog for more details.
v0.11.5
- 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
v0.11.3
🎉 🚀 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
- 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
andmysql
module versions
v0.9.4
- Fixes issue with custom primaryKeys and a hardcoded
id
in the query builder
Thanks to: @eliasjpr @sjmcdowall
v0.9.3
- Fixes
Group By
andOrder By
issue - Fixes error when a connection can't be created
Thanks @zzhouj and @Hiro-Nakamura