pql icon indicating copy to clipboard operation
pql copied to clipboard

A python expression to MongoDB query translator

Results 17 pql issues
Sort by recently updated
recently updated
newest added

Running 0.4.2, I found an interesting unhandled exception triggered by a bad expression syntax. Using the expression: ``` a == "b" () ``` I get an exception 'Str' object has...

cward@cward pql [master] $ python -m unittest find_tests # ...........F.F................... ## FAIL: test_date (find_tests.PqlSchemaLessTestCase) Traceback (most recent call last): File "find_tests.py", line 92, in test_date self.compare('a == date(10)', {'a': datetime(1969,...

https://github.com/nicolaiarocci/cerberus