Releases: js-data/js-data-sql
Releases · js-data/js-data-sql
1.0.1
1.0.1 - 18 August 2017
Bug fixes
- Remove
mysql
from dependencies
1.0.0
1.0.0 - 17 August 2017
Stable 1.0.0 release
0.11.17
0.11.17 - 23 March 2016
- Perform left outer join instead of inner join when filtering by relations to fix "OR" queries on relation properties
0.11.16
0.11.16 - 14 March 2016
- Fix issue when using options.query and querying through a hasMany property.
0.11.15
0.11.15 - 14 March 2016
- #63 - Support querying through a hasMany relation
0.11.14
0.11.14 - 13 March 2016
- Support performing
or exists
query if any operator on hasMany property filter starts with "|"
0.11.13
0.11.13 - 10 March 2016
- Add support for specifying other key (local or foreign) of a relation instead of always using the
idAttribute
when loading "with" relations
0.11.10
0.11.10 - 28 January 2016
- #59 - Setup (and fix) tests to run against Postgres as well as MySQL.
- #60 - Allow registering custom query operators
- Prefer ES5 array methods or use mout directly over JSUtils
0.11.9
0.11.9 - 22 January 2016
- Allow specifying relation's name or localField in query
- Support querying against hasMany relations using WHERE EXISTS
- Allow setting DEBUG=true env variable for debug knex logging in tests
0.11.8
0.11.8 - 19 January 2016
- #49 - Add support for OR LIKE
- #51, #52, #53 - Avoid loading belongsTo relations with falsey keys by @robertdp