sqlite_ecto icon indicating copy to clipboard operation
sqlite_ecto copied to clipboard

Use Triggers for Foreign Key Constraints

Open jazzyb opened this issue 9 years ago • 0 comments

The PRAGMA foreign_keys = ON; method of ensuring foreign key constraints puts limits on what we are able to do with SQLite ALTER TABLE. See this commit note for details.

jazzyb avatar May 20 '15 01:05 jazzyb