summaryrefslogtreecommitdiff
path: root/src-py/db_controller.py
AgeCommit message (Collapse)Author
2014-12-16moving files around after repository mergerAlon Levy
2014-12-14Attr_Diff: __type_node, __type_link separationLV-426
2014-12-14complete 'return {id_set}' moveLV-426
2014-12-10distinguish __src (obj) vs. __src_id (str)LV-426
2014-12-10switch to q_arr formatLV-426
2014-12-10assert len(id_set) > 0LV-426
2014-12-10DBO_rm_node_set: return id_setLV-426
2014-12-10DBO_rm_link_setLV-426
2014-12-08DBO_rm_node_set: use query param id_setLV-426
2014-11-24db_controller: white space before EOL removalAlon Levy
2014-11-24db_controller: remove unused importAlon Levy
2014-11-09miscLV-426
2014-11-09DBO_rz_clone - reconstruct links from link tuplesLV-426
2014-11-09unify loggingLV-426
2014-10-28follow neo4j semantics: rename filter_type to filter_labelLV-426
2014-10-28initial DBO_rz_clone opLV-426
2014-10-28DBO_cypher_queryLV-426
2014-10-27miscLV-426
2014-10-27support node removals in DBO_topo_diff_commitLV-426
2014-10-27DBO_rm_node_set & testLV-426
2014-10-21mv DB_Driver classes to their own fileLV-426
2014-10-21introducing the Link_Ptr concept - able to fuzzy point at a link by src_id, ↵LV-426
dst_id or both
2014-10-20Neo4JExceptionLV-426
2014-10-20DBO_match_node_id_set query generationLV-426
2014-10-20query result processing:LV-426
- bubble up common processing - rename on_completion
2014-10-20DB_composed_op - optimize for empty n_add, l_add setsLV-426
2014-10-20miscLV-426
2014-10-20special handling of DB_composed_op executionLV-426
2014-10-20DBO_attr_diff_commit - augment query generationLV-426
2014-10-20fix missing ' ' in DBO_attr_diff_commit() queryLV-426
2014-10-16DBO_attr_diff_commit on_completion response processing, ↵LV-426
test_attr_diff_commit() update
2014-10-16DB_row, update DBO_XXX iteration loops, test updatesLV-426
2014-10-15DBO_attr_diff_commit & test - todo: parse DB responseLV-426
2014-10-15DBO_load_node_set_by_DB_id - simplify queryLV-426
2014-10-15miscLV-426
2014-10-15DBO_topo_diff_commit & testLV-426
2014-10-15DB_composed_opLV-426
2014-10-12DBO_load_link_id_set & testLV-426
2014-10-12DB_op - result_set, error_setLV-426
2014-10-12DBO_add_node_set - sync with code changesLV-426
2014-10-12DBO_load_link_set_by_src_or_dst_id_attributes & testLV-426
2014-10-12parse_single_query_response_data - use __iter__LV-426
2014-10-12n=node:IndexName(Key={value})LV-426
DBO_add_link_set operation & test: - use DB_op.__iter__ to compile on_completion() return value - return id(link) values until we come up with a better link id scheme
2014-10-12return DB_result_set when iterating over DB_op resultsLV-426
2014-10-12support result_set iteration post DB_op executionLV-426
2014-10-12change DB_Controller op execution logic - allow query-sets to partially succeedLV-426
2014-10-07DB_op statement __iter__LV-426
2014-10-07rm old DBO_load_node_id_setLV-426
2014-10-07mv type sanity checks to neo4j_utilLV-426
2014-10-06handle empty filter mapsLV-426