gosqlparser icon indicating copy to clipboard operation
gosqlparser copied to clipboard

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

Open bgreenblatt opened this issue 2 years ago • 1 comments

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?

bgreenblatt avatar Nov 25 '22 19:11 bgreenblatt

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

krasun avatar Jan 08 '23 08:01 krasun