news in sqlite3

1 November 2009

Now it supports natively foreign keys

—-
2009-Oct-14 – Version 3.6.19
http://sqlite.org/foreignkeys.html
SQLite version 3.6.19 adds native support for foreign key constraints, including deferred constraints and cascading deletes. Enforcement of foreign keys is disabled by default for backwards compatibility and must be turned on using the foreign_keys pragma.
—–