Ok. But if one just does (also tried with the .read metacommand):
sqlite3_exec (db, "begin; create table foo (value1 integer, value2 integer);
just an error; commit;", rest of params...)

should it do the same?
To me, the "begin; ..." is a whole multi statement which should be done
whitin a transaction because of the "begin". So, all or nothing, but I get a
mixture.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to