vidigami / backbone-sql

PostgreSQL, MySQL, and SQLite3 storage for BackboneORM
http://vidigami.github.io/backbone-orm/backbone-sql.html
MIT License
14 stars 8 forks source link

$lte/$gte queries fail for Dates on MySQL #8

Open kmalakoff opened 10 years ago

kmalakoff commented 10 years ago

2) Model.find (cache: false, query_cache: false) Handles $ne for dates: Uncaught AssertionError: all but START DATE found

3) Model.find (cache: false, query_cache: false) Handles $lt and $lte boundary conditions: Uncaught AssertionError: first model found

4) Model.find (cache: false, query_cache: false) Handles $lt and $lte boundary conditions with step: Uncaught AssertionError: two models found