gosqlparser
gosqlparser copied to clipboard
Is it possible to add support for single quotes around strings?
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?
Hi, I am sorry for the late response. Yes, you can do it. Or do you want me to do it?