T&B wrote:

1. Is this a known bug in SQLite's csv output? Will it be fixed?

SQLite is a database library and the shell is just a handy tool that happens to come with it. ISTM that the developers (should) give bugs like this a pretty low priority.

2. Is there another way to reliably get the contents of a database via the command line? It must handle values containing pipes, quotes, commas, carriage returns etc.

Does the SQL output work for your application? Might be just as easily parseable as yet-another-version-of-CSV...

Martin

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

Reply via email to