Skip to content

Commit 3fdb4a8

Browse files
committed
Add what is needed for delete commands
1 parent 13b7b81 commit 3fdb4a8

File tree

2 files changed

+1498
-7
lines changed

2 files changed

+1498
-7
lines changed

regress/sql/vertex_am.sql

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,12 @@ VALUES ('1'::postgraph.graphid, postgraph.gtype_build_map('id', 1));
2828

2929
SELECT * FROM vertex_am_tst;
3030

31+
DELETE FROM vertex_am_tst;
32+
33+
INSERT INTO vertex_am_tst (id, props)
34+
VALUES ('1'::postgraph.graphid, postgraph.gtype_build_map('id', 1));
35+
36+
37+
SELECT * FROM vertex_am_tst;
38+
39+

0 commit comments

Comments
 (0)