summaryrefslogtreecommitdiff
path: root/src-py/neo4j_util.py
AgeCommit message (Collapse)Author
2014-12-16moving files around after repository mergerAlon Levy
2014-12-16gen_query_create_from_node_map(): validate labelLV-426
2014-12-10distinguish __src (obj) vs. __src_id (str)LV-426
2014-12-08gen_query_create_from_node_map(): return n.id, assert id presentLV-426
2014-12-08use '__label_set' as default type meta_attr (only single label support for now)LV-426
2014-12-08python 3: switch from basestring to six.string_typesLV-426
2014-11-24neo4j_util: whitespace before EOL fixesAlon Levy
2014-11-24python3 compat: urllibAlon Levy
2014-11-09miscLV-426
2014-10-21enable neo4j JSON streaming by defaultLV-426
2014-10-20Neo4JExceptionLV-426
2014-10-16DB_row, update DBO_XXX iteration loops, test updatesLV-426
2014-10-15miscLV-426
2014-10-15gen_query_create_from_link_map - revert support for parameterized link ↵LV-426
create statements
2014-10-15meta_attr_list_to_meta_attr_map - used for '__type' injected meta attributesLV-426
2014-10-15update gen_clause_attr_filter_from_filter_attr_map()LV-426
2014-10-12return DB_result_set when iterating over DB_op resultsLV-426
2014-10-12allow query sets to partially succeedLV-426
2014-10-08gen_query_create_from_node_map: reuse single query with a multiple parameter ↵LV-426
sets
2014-10-07Cypher_String_Formatter - see class docLV-426
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