From 65e40253949306968c171fef79f414e19ebc01f2 Mon Sep 17 00:00:00 2001 From: dtenwolde Date: Thu, 28 Mar 2024 10:31:40 +0100 Subject: [PATCH] Adding test case where pg does not exist --- test/sql/create_pg/describe_pg.test | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/sql/create_pg/describe_pg.test b/test/sql/create_pg/describe_pg.test index 6afab78b..4f9ff345 100644 --- a/test/sql/create_pg/describe_pg.test +++ b/test/sql/create_pg/describe_pg.test @@ -86,4 +86,9 @@ person_workAt_Organisation workat_organisation false Person [id] [PersonId] Orga Person_hasInterest_Tag hasinterest false Person [id] [PersonId] Tag [id] [TagId] NULL NULL Forum_hasTag_Tag forum_hastag false Forum [id] [ForumId] Tag [id] [TagId] NULL NULL Forum_hasMember_Person hasmember false Forum [id] [ForumId] Person [id] [PersonId] NULL NULL -Person_knows_person knows false Person [id] [Person1Id] Person [id] [Person2Id] NULL NULL \ No newline at end of file +Person_knows_person knows false Person [id] [Person1Id] Person [id] [Person2Id] NULL NULL + +statement error +-DESCRIBE PROPERTY GRAPH pgdoesnotexist; +---- +Invalid Error: Property graph pgdoesnotexist does not exist. \ No newline at end of file