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

[FEATURE] Improve grammar validation to verify invalid data types and identifiers #3185

Open
ykmr1224 opened this issue Dec 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ykmr1224
Copy link
Collaborator

ykmr1224 commented Dec 4, 2024

Is your feature request related to a problem?
In SQL grammar validation in async-query-core, raise error when unsupported data type or invalid identifier is specified in the query.

What solution would you like?
We should be able to utilize unsupportedType under dataType / unsupportedType under type.
Invalid identifier can be captured by errorCapturingIdentifier

What alternatives have you considered?
n/a

Do you have any additional context?
n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant