I think I've discovered yet another bug in the CSV output using the sqlite3 command line tool.

Here's a sample of the new bug:

.mode csv
select 'a=1,234', 'b=5';

gives:
a=1,234,b=5

but should give:
"a=1,234",b=5

Since no replies, I'll assume this is a bug. I've reported it as:
http://www.sqlite.org/cvstrac/tktview?tn=2850

CSV seems to have quite a history of bugs in SQLite :-/

Tom


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to