summaryrefslogtreecommitdiff
path: root/src-py/db_controller.py
AgeCommit message (Collapse)Author
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
2014-09-28distinguish between loading by DB id and by id attribute:LV-426
- DBO_load_node_set_by_attribute - DBO_load_node_set_by_id_attribute (convenience op)
2014-09-24add DBO_load_node_set_by_id DB opLV-426
2014-09-24db_controller.DBO_add_node_set.__init__ - add optionalLV-426
input_to_DB_property_map property mapping argument
2014-09-23initial implementationLV-426