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

Is it possible to add support for single quotes around strings? #1

Open
bgreenblatt opened this issue Nov 25, 2022 · 1 comment
Open

Comments

@bgreenblatt
Copy link

Some SQL engines like SQLite allow strings to be enclosed in single quotes, like this:

SELECT c1 FROM t1 WHERE c2 == 'ID2'

Could we add support for this in the lexer?

@krasun
Copy link
Owner

krasun commented Jan 8, 2023

Hi, I am sorry for the late response. Yes, you can do it. Or do you want me to do it?

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

No branches or pull requests

2 participants