On May 29, 2014 4:59 PM, "J Decker" <d3c...@gmail.com> 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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to