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

[BUG] query specification doesnt allow for dashes in tablenames #441

Closed
warmuuh opened this issue Sep 25, 2023 · 2 comments · Fixed by #444
Closed

[BUG] query specification doesnt allow for dashes in tablenames #441

warmuuh opened this issue Sep 25, 2023 · 2 comments · Fixed by #444
Assignees
Labels
Milestone

Comments

@warmuuh
Copy link

warmuuh commented Sep 25, 2023

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:

select * from my-prefix-user where user_id = 123

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:

select * from my-prefix-user where user_id = 123

Code example, screenshot, or link to a repository

select * from my-prefix-user where user_id = 123
@warmuuh warmuuh added the bug label Sep 25, 2023
@warmuuh warmuuh changed the title [BUG] [BUG] query specification doesnt allow for dashes in tablenames Sep 25, 2023
@otaviojava otaviojava self-assigned this Sep 25, 2023
@otaviojava
Copy link
Member

Thank you, we will fix it.

@otaviojava
Copy link
Member

@warmuuh we will release the release at the end of this month.

@otaviojava otaviojava added this to the 1.0.2 milestone Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants