grahamjamesaddis
grahamjamesaddis
Fix for issue #262 :OGM: NULL fields not queried correctly Added test case DictBasicQueryTest. Added encode_operator() method to PropertyEncoder. Updated build_assign_vertex() method in Query to call encode_operator().
The query.py:build_wheres() function should use 'is', not '=', as an operator when the value passed is 'None' In order to correct this issue I would do the following: - Extend...
In setup.py: https://github.com/storborg/python-packaging/blob/master/funniest/setup.py the url (line 20) is listed as follows: url='http://github.com/storborg/funniest', This repo does not exist, I believe it ought to be: url='http://github.com/storborg/python-packaging',