kuzu icon indicating copy to clipboard operation
kuzu copied to clipboard

Bug: Cannot create rel table group with single group

Open ragnard opened this issue 8 months ago • 1 comments

Kùzu version

v0.4.2

What happened?

kuzu> create rel table group Has(from A to B);
Error: Parser exception: mismatched input ')' expecting {',', SP} (line: 1, offset: 38)
"create rel table group Has(from A to B)"
                                       ^

I realise the whole idea behind table groups is to have multiple from/to pairs, but during development I found it a bit inconvenient to not allow the above while experimenting and evolving a schema.

Are there known steps to reproduce?

No response

ragnard avatar Jun 08 '24 18:06 ragnard