Bug or feature request
Description of feature (or steps to reproduce if bug)
- Insert 10 rows in a model/table
- Model.find({where: { nonexistingfield: 'test' } })
- Return 10
Expected result
Return 0 (Memory connector return 0)
Maybe this should return an error ?
Actual result (if bug)
Return all the documents/rows
Additional information (Node.js version, LoopBack version, etc)
Tested with master of loopback-connector-sqlite3