Closed chalup closed 10 years ago
Fix for this kind of query:
Query(URI) .where("X = 1 OR Y = 2") .where("Z IS NULL") .perform(/*...*/)
LGTM, good idea. Just fix the import and we are ready to merge. :-)
Fix for this kind of query: