From 38cc21f34d221d754a7e63e865d537d7f0de83f5 Mon Sep 17 00:00:00 2001 From: dtenwolde Date: Thu, 28 Nov 2024 11:05:55 +0100 Subject: [PATCH] More tests --- test/sql/create_pg/attach_pg.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/sql/create_pg/attach_pg.test b/test/sql/create_pg/attach_pg.test index b1e7972b..dd2e94ed 100644 --- a/test/sql/create_pg/attach_pg.test +++ b/test/sql/create_pg/attach_pg.test @@ -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));