Skip to content

Commit

Permalink
Change parser to make EdgeTableClause optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Feb 5, 2024
1 parent 15d57d2 commit caf1d4b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions test/sql/create_pg/optional_edge_table_clause.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# name: test/sql/sqlpgq/snb.test
# group: [duckpgq]

require duckpgq

statement ok
import database 'duckdb-pgq/data/SNB0.003';

statement ok
-CREATE PROPERTY GRAPH snb
VERTEX TABLES (Message);

statement ok

0 comments on commit caf1d4b

Please sign in to comment.