Re: [sqlite] Shell: .IMPORT does not seem to obey .BAIL setting

2013-06-30 Thread Jay A. Kreibich
On Fri, Jun 28, 2013 at 10:56:08PM +0300, to...@acm.org scratched on the wall: > Trying to import data into a table the operation stops on first error > (actually a rollback seems to be performed) because of column number > mismatch. > > Why does it not follow the .BAIL ON/OFF setting? And, why

[sqlite] Shell: .IMPORT does not seem to obey .BAIL setting

2013-06-28 Thread tonyp
Trying to import data into a table the operation stops on first error (actually a rollback seems to be performed) because of column number mismatch. Why does it not follow the .BAIL ON/OFF setting? And, why rows before the error are removed? So, in .BAIL OFF mode, I expected errors to