Skip to content

Commit 2ce5287

Browse files
committed
Support Cypher SET/REMOVE/DELETE and others
Add more regression tests back.
1 parent cc3ddbd commit 2ce5287

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+6155
-6014
lines changed

Makefile

+9-1
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,17 @@ DATA = postgraph--0.1.0.sql
8888

8989
REGRESS = new_cypher \
9090
expr \
91+
temporal \
9192
lists \
93+
tsearch \
94+
vector \
9295
cypher_create \
9396
cypher_match \
97+
cypher_with \
98+
cypher_set \
99+
cypher_remove \
100+
cypher_delete \
101+
cypher_unwind \
94102
order_by \
95103
cypher_setop
96104

@@ -128,7 +136,7 @@ src/include/parser/cypher_kwlist_d.h: src/include/parser/cypher_kwlist.h $(GEN_K
128136

129137
src/include/parser/cypher_gram_def.h: src/backend/parser/cypher_gram.c
130138

131-
src/backend/parser/cypher_gram.c: BISONFLAGS += --defines=src/include/parser/cypher_gram_def.h -Wconflicts-sr
139+
src/backend/parser/cypher_gram.c: BISONFLAGS += --defines=src/include/parser/cypher_gram_def.h
132140

133141
src/backend/parser/cypher_parser.o: src/backend/parser/cypher_gram.c
134142
src/backend/parser/cypher_keywords.o: src/backend/parser/cypher_gram.c

0 commit comments

Comments
 (0)