summaryrefslogtreecommitdiff
path: root/src-py/db_controller.py
AgeCommit message (Expand)Author
2014-10-12parse_single_query_response_data - use __iter__LV-426
2014-10-12n=node:IndexName(Key={value})LV-426
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
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 c...LV-426
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
2014-09-24add DBO_load_node_set_by_id DB opLV-426
2014-09-24db_controller.DBO_add_node_set.__init__ - add optionalLV-426
2014-09-23initial implementationLV-426