mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Check in implementation of foreign key constraints.
FossilOrigin-Name: d5d399811876391642937edeb9e8434dd9e356f5
This commit is contained in:
@ -533,7 +533,7 @@ ifcapable {foreignkey} {
|
||||
CREATE TABLE t3(a int references t2(b), b UNIQUE);
|
||||
pragma foreign_key_list(t3);
|
||||
}
|
||||
} {0 0 t2 a b RESTRICT RESTRICT NONE}
|
||||
} {0 0 t2 a b {NO ACTION} {NO ACTION} NONE}
|
||||
do_test pragma-6.3.2 {
|
||||
execsql {
|
||||
pragma foreign_key_list;
|
||||
|
Reference in New Issue
Block a user