Support for SET NULL, SET DEFAULT and NO ACTION in foreign key clauses for SQLite.
authorFabrice Gabolde <fabrice.gabolde@uperto.com>
Wed, 3 Oct 2012 15:17:06 +0000 (17:17 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Sat, 9 Mar 2013 07:28:39 +0000 (08:28 +0100)
commit565563b9799775b9992c3f7cb85753b1d2b31c39
treea4eeec9d8a7c918412a6024286c22fec14cddae7
parentbc9b1c11fd7d2faea1251b36a028d8a614dd6bee
Support for SET NULL, SET DEFAULT and NO ACTION in foreign key clauses for SQLite.

According to the documentation this should be all of them (with the existing
support of CASCADE and RESTRICT).
AUTHORS
Changes
lib/SQL/Translator/Parser/SQLite.pm
t/27sqlite-parser.t
t/data/sqlite/named.sql