We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JNoSQL (Core)
the antlr4 spec (code) doesnt allow for table-names with dashes, so this query is invalid and cannot be parsed:
select * from my-prefix-user where user_id = 123
especially for dynamodb tables, dashes are pretty common
1.0.1
see above
this query can be parsed:
The text was updated successfully, but these errors were encountered:
Thank you, we will fix it.
Sorry, something went wrong.
@warmuuh we will release the release at the end of this month.
otaviojava
Successfully merging a pull request may close this issue.
Which JNoSQL project the issue refers to?
JNoSQL (Core)
Bug description
the antlr4 spec (code) doesnt allow for table-names with dashes, so this query is invalid and cannot be parsed:
especially for dynamodb tables, dashes are pretty common
JNoSQL Version
1.0.1
Steps To Reproduce
see above
Expected Results
this query can be parsed:
Code example, screenshot, or link to a repository
The text was updated successfully, but these errors were encountered: