1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

doc that DEFERRABILITY now handled

This commit is contained in:
Ed J 2018-08-26 22:42:49 +01:00
parent 128d379a0d
commit 26d25a4edd

View file

@ -1716,10 +1716,12 @@ B<DELETE_RULE>:
The referential action for the DELETE rule. The referential action for the DELETE rule.
The codes are the same as for UPDATE_RULE. The codes are the same as for UPDATE_RULE.
Unfortunately, the B<DEFERRABILITY> field is always C<undef>; B<DEFERRABILITY>:
as a matter of fact, deferrability clauses are supported by SQLite, The following codes are defined:
but they can't be reported because the C<PRAGMA foreign_key_list>
tells nothing about them. INITIALLY DEFERRED 5
INITIALLY IMMEDIATE 6
NOT DEFERRABLE 7
B<UNIQUE_OR_PRIMARY>: B<UNIQUE_OR_PRIMARY>:
Whether the column is primary or unique. Whether the column is primary or unique.