feat: add support for quoted alias#33
Conversation
|
@eortiz-tracktik It's an identifier in code. https://github.com/JavaScriptor/js-sql-parser/blob/master/src/sqlParser.jison#L14 |
Sorry, something went wrong.
|
@albin3 thanks for the quick response. I saw that there was already the concept of QUOTED_IDENTIFIER but was also limited to certain characters. |
Sorry, something went wrong.
|
|
Sorry, something went wrong.
|
Thanks a lot to you @albin3 for this awesome project! 👏 |
Sorry, something went wrong.
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.