On 1/12/18, Shane Dev <devshan...@gmail.com> wrote: > Does that mean FK constraints are only checked > if processing reaches the end of the trigger?
FKs are checked at the end of the entire statement. If multiple triggers fire, then they all run to completion before any FKs are checked. -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users