mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
SQLite: Move integrity_check to pragma table
This commit is contained in:
parent
78dffb1d6f
commit
a58128a45c
3 changed files with 10 additions and 12 deletions
|
@ -25,7 +25,8 @@ export {
|
|||
## sqlite. The ``integrity_check`` pragma is run automatically and does
|
||||
## not need to be included here. For pragmas without a second argument,
|
||||
## set the value to an empty string.
|
||||
pragma_commands: table[string] of string &default=table(
|
||||
pragma_commands: table[string] of string &ordered &default=table(
|
||||
["integrity_check"] = "",
|
||||
["busy_timeout"] = "5000",
|
||||
["journal_mode"] = "WAL",
|
||||
["synchronous"] = "normal",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue