Database is crashing when using the word *tags* as property for new Tag #5892
Labels
affects/none
PR/issue: this bug affects none version.
severity/none
Severity of bug
type/bug
Type: something is unexpected
Describe the bug
Database is crashing when using the word tags as property for new Tag.
CREATE TAG IF NOT EXISTS file(authorId string, text string, tags string);
Your Environments
MAC OS Darwin Kernel Version 23.4.0
Apple clang version 15.0.0
2,6 GHz 6-Core Intel Core i7
How To Reproduce
Steps to reproduce the behavior:
CREATE TAG IF NOT EXISTS file(authorId string, text string, tags string);
The text was updated successfully, but these errors were encountered: