Locks & Latches
Databases, Programming, Operating System, Graphics, Fonts, etc
SQLite enforces foreign key constraints
at
Thursday, October 15, 2009
Posted by
Frans van Bree
As of version 3.6.19, SQLite finally supports foreign key constraints that can be enforced.
http://sqlite.org/releaselog/3_6_19.html
A pragma statement has to be execute on the database to enable the enforcement:
PRAGMA foreign_keys = true;
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)