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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Boolean values can be one of:
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
80
| 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`|`boolean`| For more information see [PRAGMA recursive_triggers](https://www.sqlite.org/pragma.html#pragma_recursive_triggers)|
82
+
| Recursive Triggers |`_recursive_triggers`\|`_rt`|`boolean`| For more information see [PRAGMA recursive_triggers](https://www.sqlite.org/pragma.html#pragma_recursive_triggers)|
83
83
| Shared-Cache Mode |`cache`| <ul><li>shared</li><li>private</li></ul> | Set cache mode for more information see [sqlite.org](https://www.sqlite.org/sharedcache.html)|
84
84
| Time Zone Location |`_loc`| auto | Specify location of time format. |
0 commit comments