sqlplot-tools icon indicating copy to clipboard operation
sqlplot-tools copied to clipboard

Enhancement: Drop quotes around strings

Open lorenzhs opened this issue 10 years ago • 1 comments

It would be nice if sqlplot-tools dropped quotes around strings, e.g. in

RESULT comment="foo" time=123.45

I'm not sure if this is something the database should do or whether it should be sqlplot-tools' job, but the current situation can be rather frustrating.

lorenzhs avatar Aug 24 '15 08:08 lorenzhs

Well, yes, we would probably want to perform quote-parsing. But then real parsing with escape sequences like \" \\ \n, etc.

bingmann avatar Sep 15 '15 08:09 bingmann