forked from kuzudb/kuzu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix create rel table group parser exception (kuzudb#3549)
- Loading branch information
1 parent
b029412
commit 7ef1b4b
Showing
5 changed files
with
27 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
-DATASET CSV empty | ||
|
||
-- | ||
|
||
-CASE issue3543 | ||
-STATEMENT CREATE NODE TABLE V1 (id UUID, PRIMARY KEY (id)); | ||
---- ok | ||
-STATEMENT CREATE NODE TABLE V2 (id UUID, PRIMARY KEY (id)); | ||
---- ok | ||
-STATEMENT CREATE REL TABLE GROUP has ( FROM V1 TO V1 , FROM V1 TO V2 , FROM V2 TO V2 , ONE_MANY); | ||
---- ok |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters