summaryrefslogtreecommitdiff
path: root/src/server/db_op.py
AgeCommit message (Expand)Author
2015-04-01DB_op: wip: DBO_rzdoc__new, DBO_rzdoc__openLV-426
2015-04-01DB_op misc: log neo4j issue with parameter maps, importsLV-426
2015-04-01DB_op: follow q_arr naming conventionLV-426
2015-04-01DB_op: parenthesis wrap node references in queries (current parser constraint)LV-426
2015-04-01DB_Driver, DB_Op: statement -> query renameLV-426
2015-04-01DB_op: rename statement_set -> query_setLV-426
2015-04-01DB_op: function reorderingLV-426
2015-04-01DB_Query, DB_row, DB_op, DB_composed_op iteration code, add explicit DB_op.it...LV-426
2015-04-01DBO_diff_commit__attr: rm suffix space, rename paramsLV-426
2015-03-15log warning on query result set limit hitLV-426
2015-03-15server/db_op: raise limit to results in a single query to 16384Alon Levy
2015-02-01caller's dict unchanged as of aa215e6e (1e295be4 feedback). #302 fixed withou...LV-426
2015-02-01improve variable naming: r_attr_set -> attr_set_rm, w_attr_set -> attr_set_wrtLV-426
2015-02-01use l_attr_diff for linksLV-426
2015-01-29server/db_op: don't change callers dict under it's feet. Fixes #302Alon Levy
2015-01-23support gzip blob compression, currently disabled due to problems with sendin...LV-426
2015-01-23DBO_block_chain__commit: doc labelsLV-426
2015-01-23DBO_block_chain__commit: create commit-[:__Authored-by]->__User link if possibleLV-426
2015-01-20DBO_block_chain__commit: add context paramLV-426
2015-01-20mv DBO_block_chain__commit() op execution handling to kernelLV-426
2015-01-20better naming for HEAD, HEAD^ return valuesLV-426
2015-01-20restore lost '__' label prefixes due to 7620e4460 being placed on wrong branchLV-426
2015-01-20DBO_rz_clone: use Link.Link_Ptr constructorLV-426
2015-01-20db_op: use correct l_idLV-426
2015-01-20DBO_diff_commit_x: supply commit_obj to block_chain opLV-426
2015-01-20avoiding meta-labled node filtering nodes by removing '__' prefixLV-426
2015-01-20DBO_block_chain__commit: more cleanupLV-426
2015-01-20db_op.py: import cleanupLV-426
2015-01-20DBO_block_chain__commit: process_result_set() - return Topo_DiffLV-426
2015-01-20DBO_block_chainCommit: set creation timestamp on commit nodesLV-426
2015-01-20DBO_block_chainCommit: cleanup param_set, generate link_idLV-426
2015-01-20DBO_block_chainCommit: return dict, exclude hash_valueLV-426
2015-01-20DB_op: update param names, docLV-426
2015-01-13server: __type is always a [str], fix #264 again correctlyAlon Levy
2015-01-12server/db_op: fix DBO_diff_commit__attr for name writeAlon Levy
2015-01-12use q_arr with add_statement()LV-426
2015-01-11replacing namedtuples with Topo_Diff.Commit_Result_TypeLV-426
2015-01-11use q_arrLV-426
2015-01-11sort importsLV-426
2015-01-11server/Topo_Diff: use link_id_set_rm and node_id_set_rmAlon Levy
2015-01-06server: fix Topo_Diff_Result usageAlon Levy
2015-01-06adapt to link meta-attribute '__type' useLV-426
2015-01-06DBO_diff_commit__topo: settle on namedtuple as return typeLV-426
2015-01-06DBO_diff_commit__topo: topo_diff return valueLV-426
2015-01-06DBO_add_link_set(): adapt to dict return typeLV-426
2015-01-06DBO_add_node_set(): adapt to dict return typeLV-426
2015-01-06DB_op: add_db_query()LV-426
2015-01-06used meta_attr='__type' for links (nodes still use '__label_set')LV-426
2015-01-06DBO_add_node_set, DBO_add_link_set: order returned list by idLV-426
2015-01-06DBO_topo_diff_commit -> DBO_diff_commit__topo, same for __attrLV-426