summaryrefslogtreecommitdiff
path: root/src-py/neo4j_util.py
AgeCommit message (Collapse)Author
2014-10-07cypher query gen utility functions: create_query_from_node_map, ↵LV-426
create_query_from_link_map
2014-10-07mv type sanity checks to neo4j_utilLV-426
2014-10-06handle empty filter mapsLV-426
2014-10-06filter_attr_map to cypher where clause conversion: ↵LV-426
where_clause_from_filter_attr_map()
2014-09-28type check against 'basestring' rather than str, tagging with: [python2]LV-426
2014-09-23initial implementationLV-426