On Wed, 19 Dec 2007 00:14:42 +1100, T&B <[EMAIL PROTECTED]>
wrote:

>> 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

Just for the record:
There is a fix in CSV, which will be included in the next
version.

Related Check-ins:
2007-Dec-18 15:41 Check-in [4638] : In the CLI, quote strings
that contain the separator character. Ticket #2850. (By drh)
-- 
  (  Kees Nuyt
  )
c[_]

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

Reply via email to