On 9/30/05, Dennis Cote <[EMAIL PROTECTED]> wrote: > > > But seriously, shouldn't the .import meta command in the sqlite shell do > this already?
Sorry for the self reply, but I just checked the source, the .import command does do a BEGIN and COMMIT around the insert statements it executes. So Richard should be good to go with his speed test importing from a CSV file.