summaryrefslogtreecommitdiff
path: root/src/server/neo4j_cypher.py
AgeCommit message (Collapse)Author
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-17DBO_raw_query_set - [!] use discouraged, work around queries the parser ↵LV-426
can't handle
2015-04-28server/neo4j_cypher: avoid recursionAlon Levy
Could not reproduce locally but this was reported to fix a recursion happening easily by creating a document and cloning it. This avoids any recursion by punting to the enum equallity operator directly and once, mapping the other parameter optionally.
2015-04-28server/neo4j_cypher: fix typoAlon Levy
2015-04-01neo4j_qt.py: refactor query transformation logic to dedicated fileLV-426
2015-04-01neo4j_cypher_x: miscLV-426
2015-04-01neo4j_cypher: miscLV-426
2015-04-01neo4j_schema: meta label constantsLV-426
2015-04-01neo4j_cypher: QT_RZDOC_Meta_NS_Filter(), QT_RZDOC_NS_Filter()LV-426
2015-04-01QT_RZDOC_NS_Filter__common:LV-426
- simplify NS label injection - do not apply NS injection to path expressions
2015-04-01QT_Node_Filter__meta_label_set stubLV-426
2015-04-01follow rzdoc_xx var naming conventionLV-426
2015-04-01Query_Struct_Type - could probably use some cleanupLV-426
2015-04-01DB_Query, DB_row, DB_op, DB_composed_op iteration code, add explicit ↵LV-426
DB_op.iter__r_set()
2015-04-01DB_Query: __repr__(): include query structLV-426
2015-04-01neo4j_cypher: host DB_Query code, DB_row, DB_result_setLV-426
2015-04-01neo4j_cypher: introducte Query_Transformation, QT_Node_Filter__Doc_ID_LabelLV-426
2015-04-01neo4j_cypher: rm code moved to neo4j_cypher_parserLV-426
2015-04-01meta label schemaLV-426
2015-04-01neo4j_cypher: update after kw list migration to neo4j_cypher_parserLV-426
2015-03-15wip: cypher parserLV-426
2015-03-11wip: cypher parserLV-426
2015-03-04wip: cypher language parserLV-426