summaryrefslogtreecommitdiff
path: root/src-py
AgeCommit message (Collapse)Author
2014-10-15Attribute_DiffLV-426
2014-10-15DBO_load_node_set_by_DB_id - simplify queryLV-426
2014-10-15update db_controller testsLV-426
2014-10-15miscLV-426
2014-10-15topo_diff_commit, attr_diff_commit API stubsLV-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-15DBO_topo_diff_commit & testLV-426
2014-10-15DB_composed_opLV-426
2014-10-15model.graph packageLV-426
2014-10-12miscLV-426
2014-10-12cleanup load_node_set_XXX testsLV-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-12switch to non-altering DB tests using random idsLV-426
2014-10-12DBO_load_link_set_by_src_or_dst_id_attributes & testLV-426
2014-10-12neo4j_test_util - rand_id(), flush_db()LV-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-12test_partial_query_set_execution_successLV-426
2014-10-12change DB_Controller op execution logic - allow query-sets to partially succeedLV-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-07DB_op statement __iter__LV-426
2014-10-07cypher query gen utility functions: create_query_from_node_map, ↵LV-426
create_query_from_link_map
2014-10-07model.py stub, GDiff stubLV-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-06filter_attr_map to cypher where clause conversion: ↵LV-426
where_clause_from_filter_attr_map()
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-06fix REST query pathLV-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-06migrate towards testing via embedded DB, remove DB initializationLV-426
2014-10-05refactor DB_Driver_REST, add DB_Driver_Embedded stubLV-426
2014-10-05harden test_load_node_set_by_attribute()LV-426
2014-10-05fix db_controller testsLV-426
2014-10-05add node insertion to test setupLV-426
2014-10-05add int (non-string) node propertiesLV-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-29miscLV-426