Open Jiml87 opened 6 months ago
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:
What's your version? @Jiml87 This issue has been fixed in the latest release.
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);