Re: [sqlite] Atomicity with triggers.

2008-12-22 Thread Dan
On Dec 22, 2008, at 6:08 PM, Srinivas Nayak wrote: > Hi All, > > I am executing a SQL query DELETE using the function > sqlite3_exec( ). I have > a AFTER trigger that will be activated by my SQL query DELETE that > is being > executed. I have a doubt on the execution of sqlite3_exec( ). > > W

[sqlite] Atomicity with triggers.

2008-12-22 Thread Srinivas Nayak
Hi All, I am executing a SQL query DELETE using the function sqlite3_exec( ). I have a AFTER trigger that will be activated by my SQL query DELETE that is being executed. I have a doubt on the execution of sqlite3_exec( ). Will the function sqlite3_exec( ) return after the 'actions of DELETE quer