[sqlite] Fault on transaction begin, end, and rollback statements

2015-06-26 Thread Kees Nuyt
On Thu, 25 Jun 2015 16:41:25 + (UTC), Ch? wrote: >After using sqlite3_prepare_v2 to prepare "BEGIN TRANSACTION", "END >TRANSACTION", and "ROLLBACK TRANSACTION", the system will fault at a delayed >time when calling sqlite3_step. If I call prepare and step right away, there >is no fault.

[sqlite] Fault on transaction begin, end, and rollback statements

2015-06-25 Thread Ché
There was no error message. It was a segmentation fault.

[sqlite] Fault on transaction begin, end, and rollback statements

2015-06-25 Thread Igor Korot
Che, On Thu, Jun 25, 2015 at 5:38 PM, Kees Nuyt wrote: > On Thu, 25 Jun 2015 16:41:25 + (UTC), Ch? > wrote: > >>After using sqlite3_prepare_v2 to prepare "BEGIN TRANSACTION", "END >>TRANSACTION", and "ROLLBACK TRANSACTION", the system will fault at a delayed >>time when calling

[sqlite] Fault on transaction begin, end, and rollback statements

2015-06-25 Thread Ché
After using sqlite3_prepare_v2 to prepare "BEGIN TRANSACTION", "END TRANSACTION", and "ROLLBACK TRANSACTION", the system will fault at a delayed time when calling sqlite3_step. If I call prepare and step right away, there is no fault. It runs fine. Thus, if I just execute "BEGIN

[sqlite] Fault on transaction begin, end, and rollback statements

2015-06-25 Thread Igor Korot
Hi, Che, On Thu, Jun 25, 2015 at 12:41 PM, Ch? wrote: > After using sqlite3_prepare_v2 to prepare "BEGIN TRANSACTION", "END > TRANSACTION", and "ROLLBACK TRANSACTION", the system will fault at a delayed > time when calling sqlite3_step. If I call prepare and step right away, there > is no