Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database is crashing when using the word *tags* as property for new Tag #5892

Open
Jiml87 opened this issue May 28, 2024 · 1 comment
Open
Labels
affects/none PR/issue: this bug affects none version. severity/none Severity of bug type/bug Type: something is unexpected

Comments

@Jiml87
Copy link

Jiml87 commented May 28, 2024

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

  • OS: MAC OS Darwin Kernel Version 23.4.0
  • Compiler: Apple clang version 15.0.0
  • CPU: 2,6 GHz 6-Core Intel Core i7

How To Reproduce

Steps to reproduce the behavior:

  1. Execute string to add TAG:
    CREATE TAG IF NOT EXISTS file(authorId string, text string, tags string);
@Jiml87 Jiml87 added the type/bug Type: something is unexpected label May 28, 2024
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels May 28, 2024
@MuYiYong
Copy link

MuYiYong commented Jun 18, 2024

What's your version? @Jiml87
This issue has been fixed in the latest release.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. severity/none Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

2 participants