loopback-datasource-juggler/lib/connectors
Laurent Villeneuve 0381f6d7e7 Support embedded query in memory connector. Fix memory connector bug
Adds support for the ability to query embedsMany models from the parent.

Fix a memory connector bug that could occur when having an "or" or "and"
clause combined with another property. In that case, the and would revert
true for 'Paul McCartney'

```
{name:'John Lennon',and: [{role:'lead'}, {vip:true}]}}
```
2015-08-18 15:56:36 -04:00
..
memory.js Support embedded query in memory connector. Fix memory connector bug 2015-08-18 15:56:36 -04:00
transient.js Fix updateAll callback in "transient" connector 2015-03-20 08:34:58 +01:00