You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ Boolean values can be one of:
77
77
| Auto Vacuum |`_vacuum`| <ul><li>`0`\|`none`</li><li>`1`\|`full`</li><li>`2`\|`incremental`</li></ul> | For more information see [PRAGMA auto_vacuum](https://www.sqlite.org/pragma.html#pragma_auto_vacuum)|
78
78
| Busy Timeout |`_busy_timeout`\|`_timeout`|`int`| Specify value for sqlite3_busy_timeout. For more information see [PRAGMA busy_timeout](https://www.sqlite.org/pragma.html#pragma_busy_timeout)|
79
79
| Case Sensitive LIKE |`_cslike`|`boolean`| For more information see [PRAGMA case_sensitive_like](https://www.sqlite.org/pragma.html#pragma_case_sensitive_like)|
80
+
| Defer Foreign Keys |`_defer_foreign_keys`\|`_defer_fk`|`boolean`| For more information see [PRAGMA defer_foreign_keys](https://www.sqlite.org/pragma.html#pragma_defer_foreign_keys)|
80
81
| Foreign Keys |`_foreign_keys`\|`_fk`|`boolean`| For more information see [PRAGMA foreign_keys](https://www.sqlite.org/pragma.html#pragma_foreign_keys)|
| Recursive Triggers |`_recursive_triggers`\|`_rt`|`boolean`| For more information see [PRAGMA recursive_triggers](https://www.sqlite.org/pragma.html#pragma_recursive_triggers)|
0 commit comments