Skip to content

Commit 66e7f43

Browse files
committed
Implement most of CREATE TABLE
Need to do some other things to get the regression tests working
1 parent 0d897d9 commit 66e7f43

File tree

5 files changed

+2854
-21
lines changed

5 files changed

+2854
-21
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ EXTENSION = postgraph
8686

8787
DATA = postgraph--0.1.0.sql
8888

89-
REGRESS = new_cypher \
89+
REGRESS = create_table \
90+
new_cypher \
9091
expr \
9192
cypher_create \
9293
cypher_match \

0 commit comments

Comments
 (0)