On May 29, 2014 4:59 PM, "J Decker" <[email protected]> wrote: > If you have constraints between your tables (like cascade on delete) then > deleting a guitar entry would remove its related entirs in other tables > referencing that same ID.
That's what deferred foreign key constraints are for, iiuc. But on delete/insert triggers will still run if the replace becomes a delete and an insert. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

