Hi all, A simple question... Say I have a bunch of db insert/updates performed as a transaction. If the table has a "AFTER INSERT" trigger, is it fired: 1) right after the insert statement? 2) right before transaction commit? 3) after commit?
And what if the transaction fails if 1) or 2) is the case? Thanks. -Simon -- View this message in context: http://www.nabble.com/trigger-with-transaction-tp22959986p22959986.html Sent from the SQLite mailing list archive at Nabble.com. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

