summaryrefslogtreecommitdiff
path: root/src/server/db_op.py
AgeCommit message (Expand)Author
2015-04-01neo4j_util: rzdoc__ns_label(), rzdoc__meta_ns_label(): do not call quote__x()LV-426
2015-04-01DBO_rzdoc__clone: rm filter_label, add process_q_ret__n_label_set(), process_...LV-426
2015-04-01RZDoc: remove init id param, offset setting to callerLV-426
2015-04-01db_op: miscLV-426
2015-04-01db_op: DBO_block_chain__init()LV-426
2015-04-01neo4j_schema: add missing label constants, spread useLV-426
2015-04-01db_op: rename: DBO_rz__clone -> DBO_rzdoc__cloneLV-426
2015-04-01DBO_block_chain__commit: request ctx: use attribute accessLV-426
2015-04-01db_op: miscLV-426
2015-04-01DBO_rzdoc__create: rename from DBO_rzdoc__new, return rzdoc id, nameLV-426
2015-04-01DBO_rzdoc__lookup_by_name: return RZDocLV-426
2015-04-01db_op: DBO_rzdoc__xx: list, deleteLV-426
2015-04-01neo4j_schema: meta label constantsLV-426
2015-04-01dedicated Req_Context class, avoid dict key accessLV-426
2015-04-01DB_op: __repr__()LV-426
2015-04-01DB_op: doc tx_id typeLV-426
2015-04-01DB_op: mv __iter__()LV-426
2015-04-01QT_Node_Filter__meta_label_set stubLV-426
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