The RBU Extension
(rbu.html)
... The RBU update will not detect or prevent foreign key or
CHECK constraint violations.
All RBU updates use the "OR ROLLBACK" constraint handling mechanism.
The target database may not be in WAL mode.
The target database may not contain indexes ...
|
Compile-time Options
(compile.html)
4. Options To Set Default Parameter Values
... SQLITE_DEFAULT_FOREIGN_KEYS=<0 or 1>
This macro determines whether enforcement of
foreign key constraints is enabled or disabled by default for
new database connections. Each database connection can always turn
enforcement of foreign key constraints on and off and ...
|
SQLite Older News
(oldnews.html)
... 2009-10-14 - Version 3.6.19
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 ...
|
Result and Error Codes
(rescode.html)
6. Result Code Meanings
... a full pathname.
(787) SQLITE_CONSTRAINT_FOREIGNKEY
The SQLITE_CONSTRAINT_FOREIGNKEY error code
is an extended error code
for SQLITE_CONSTRAINT indicating that a foreign key constraint failed.
(1032) SQLITE_READONLY_DBMOVED
The SQLITE_READONLY_DBMOVED error code is an extended error code
for SQLITE_READONLY. The SQLITE_READONLY_DBMOVED error code ...
|
Page generated by FTS5 in about 37.86 ms.