- Notifications
You must be signed in to change notification settings - Fork47
feat: add support for quoted alias#33
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@eortiz-tracktik It's an identifier in code. https://github.com/JavaScriptor/js-sql-parser/blob/master/src/sqlParser.jison#L14 |
@albin3 thanks for the quick response.
I saw that there was already the concept of QUOTED_IDENTIFIER but was also limited to certain characters. |
@eortiz-tracktik you are right! thanks for this pr. 😺 |
|
Thanks a lot to you@albin3 for this awesome project! 👏 |
We are using this parser and we would like to be able to use quoted alias like on the tests.
Basically, anything quoted should be safe as a quoted identifier?
Thanks.