summaryrefslogtreecommitdiff
path: root/src-py/db_controller.py
AgeCommit message (Collapse)Author
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
2014-10-06common DB_op __type_check_filter_attr_map()LV-426
2014-10-06DBO_load_node_id_set: fix cypher queryLV-426
2014-10-06use cypher query parameter place-holders:LV-426
- each attribute filter set in passed as a query parameter - avoid string encoding issues when attempting non-parameterized queries
2014-10-05refactor DB_Driver_REST, add DB_Driver_Embedded stubLV-426
2014-10-05adapt DBO_load_node_set_by_id_attribute to DBO_load_node_set_by_attributeLV-426
2014-10-05misc - switch to iteritems()LV-426
2014-10-05fix DBO_load_node_set_by_attribute filter query part constructionLV-426
2014-10-05DB_op refactor: mv begin(), commit() functions to db_controller bringing us ↵LV-426
closer towards op reusability with both REST/Embedded DB instances
2014-09-29switch to app/json post argument content typeLV-426
2014-09-28DBO_add_node_set arg type sanity checkingLV-426
2014-09-28DBO_load_node_set_by_DB_id & testLV-426
2014-09-28parse_single_query_response_data: assist in single query result parsingLV-426