Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Nov 28, 2024
1 parent 4886c6a commit 38cc21f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/sql/create_pg/attach_pg.test
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ select count(*) from bluesky.account;
statement ok con2
-FROM GRAPH_TABLE (bluesky MATCH (a:account));

statement ok con2
-FROM GRAPH_TABLE (bluesky MATCH (a:account)-[f:follows]->(b:account));

statement ok con1
-FROM GRAPH_TABLE (bluesky MATCH (a:account)-[f:follows]->(b:account));

Expand Down

0 comments on commit 38cc21f

Please sign in to comment.