summaryrefslogtreecommitdiff
path: root/src/server/db_op.py
AgeCommit message (Expand)Author
2015-05-12DBO_rzdoc__create: use create rather than mergeLV-426
2015-05-12server: return ts_created in meta dicts for topo_diff and attr_diffAlon Levy
2015-05-12server/db_op: add DBO_rzdoc__commit_logAlon Levy
2015-05-12server/db_op/DBO_block_chain__commit: add _result_of_statementAlon Levy
2015-05-12server/db_op/DBO_block_chain__commit: factor out _authored_by_statementAlon Levy
2015-05-12server/db_op: refactor blob gzip/base64 codeAlon Levy
2015-05-05DBO_rzdb__init_DB: decouple rz_config dep -> rz_config.rzdoc__mainpage_nameLV-426
2015-05-05neo4j schema version: refactor into constantLV-426
2015-05-05rz_config.neo4j_schema_version: missing commitLV-426
2015-05-03server/db_op: case insensitive doc name when checking for existenceAlon Levy
2015-05-03server/db_op: update _convert_to_blob doc stringAlon Levy
2015-05-01bump DB schema version following blob format change, use x.x.x version stringLV-426
2015-05-01dp_op: DBO_block_chain__commit: use gzip'ed base64 encoding for commit blobs ...LV-426
2015-04-29db_op: DBO_rzdb__init_DB()LV-426
2015-04-29db_op: DBO_rzdb__fetch_DB_metablockLV-426
2015-04-29db_op: composed op: post_op_exec_hook() - provide room for post-sub-op logicLV-426
2015-04-29DB_composed_op: reorder functionsLV-426
2015-04-15rz_kernel: DBO_nop, periodic check for DB connLV-426
2015-04-14db_op, rz_server, db_controller: miscLV-426
2015-04-14db_op: break cypher query by statmentsLV-426
2015-04-10server: implement doc renameAlon Levy
2015-04-10server/db_op: fix DBO_rzdoc__delete, labels are backticked, not quotedAlon Levy
2015-04-02DB_op: handle possible tx_id not being set due to failed TX openingLV-426
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