mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +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
|
@ -2,8 +2,9 @@
|
|||
Storage::backend_opened, Storage::STORAGE_BACKEND_SQLITE, [serializer=Storage::STORAGE_SERIALIZER_JSON, sqlite=[database_path=test.sqlite, table_name=testing, pragma_commands={
|
||||
[synchronous] = normal,
|
||||
[journal_mode] = WAL,
|
||||
[temp_store] = memory,
|
||||
[busy_timeout] = 5000
|
||||
[busy_timeout] = 5000,
|
||||
[integrity_check] = ,
|
||||
[temp_store] = memory
|
||||
}, pragma_timeout=500.0 msecs, pragma_wait_on_failure=5.0 msecs]]
|
||||
open result, [code=Storage::SUCCESS, error_str=<uninitialized>, value=<opaque of BackendHandleVal>]
|
||||
put result, [code=Storage::SUCCESS, error_str=<uninitialized>, value=<uninitialized>]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue