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:
parent
128d379a0d
commit
26d25a4edd
1 changed files with 6 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue