[sqlite] Re: Version 3 design issue: Keep the COPY command?

2004-05-24 Thread Darren Duncan
I still think that COPY should be removed from the core, and it can be emulated by a wrapper or shell. Such a wrapper or shell functionality can still be bundled with SQLite, but it would be physically separate and those who don't want it can exclude it easily. As for VACUUM, that may be a

[sqlite] Re: Version 3 design issue: Keep the COPY command?

2004-05-24 Thread Rob Laveaux
On 24-mei-04, at 14:04, [EMAIL PROTECTED] wrote: Version 3.0 of SQLite will support unicode in three different representations: UTF-8, UTF-16LE, and UTF-16BE. So the question has come up about what encoding(s) should the COPY command support. (1) Extend the syntax of the COPY command to