Another crash :-(
Try this:
sqlite bad.db "create table joe (a);"
from a shell prompt (bash on Linux or cmd.exe on Windows) On Linux you get 'Segmentation fault' and you get the usual 'this application...' dialog on Windows.
Fixed with check-in [1238].
As speculated, the problem was in the command-line shell only, not in the core library. I have detailed regression tests for the library. I suppose I should come up with some similar regression tests for the command-line shell....
-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

