Closed johnywith1n closed 9 years ago
Was this check left out for any particular reason?
Ninja'd~
Thanks for posting, @johnywith1n. I'm a repo bot-- nice to meet you!
It has been 30 days since there have been any updates or new comments on this page. If this issue has been resolved, feel free to disregard the rest of this message. On the other hand, if you are still waiting on a patch, please:
Thanks so much for your help!
In criteriaProcessor.js, the function
prepareCriterion
doesn't check if a value is already an escaped date when its processing NOT clauses.This is creating SQL statements like:
specifically:
I'm not sure if this also affects the cases below it, but they also don't check for already escaped dates.