summaryrefslogtreecommitdiff
path: root/src/server/neo4j_util.py
AgeCommit message (Expand)Author
2015-01-20DB_Query default param_setLV-426
2015-01-19DB_Query#__str__()LV-426
2015-01-18rename rand_id() -> generate_random_id__uuid()LV-426
2015-01-18mv rand_id() -> neo4j_util.pyLV-426
2015-01-11__type, __label_set: expect array of length 1 in both cases on backendLV-426
2015-01-11server: don't limit link length arbitrarilyAlon Levy
2015-01-06server: hack my way to a working __type/__label_set, please fix at willAlon Levy
2015-01-06meta_attr_list_to_meta_attr_map(): harded assertions regarding link meta-attr...LV-426
2015-01-06gen_query_create_from_link/node_map(): cleanup: assertions, miscLV-426
2015-01-06inline __type_check_link()LV-426
2015-01-06DBO_add_node_set, DBO_add_link_set: order returned list by idLV-426
2015-01-06mv statement_to_REST_form() into REST DB driverLV-426
2015-01-06DB_Query classLV-426
2015-01-06gen_query_create_from_link_map(): use q_arr, switch to dict return objectLV-426
2015-01-05node create query generation: return named dictLV-426
2015-01-05relax valid label assertionsLV-426
2015-01-05DB_op#add_statement(): support query addition via query arrayLV-426
2014-12-23use topo_diff for user input changesAlon Levy
2014-12-23fix usage of numeric labels: use quote__backticks for all label creationAlon Levy
2014-12-23support space containing label setting on linksLV-426
2014-12-23moving incoming link validations, using x.get('x') conventionLV-426
2014-12-23neo4j_util: fix use of javascriptismAlon Levy
2014-12-22server/neo4j_util: cover up client sending us unrequired properties for link ...Alon Levy
2014-12-22neo4j_util: DB_row: add __str__ & __repr__Alon Levy
2014-12-22server/neo4j_util: fix documentation typoAlon Levy
2014-12-16moving files around after repository mergerAlon Levy