mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
SQLite: Rename tuning_params to pragma_commands, move running pragmas to utility method
This commit is contained in:
parent
53cb3c3681
commit
f0e7b78554
4 changed files with 59 additions and 67 deletions
|
@ -1,5 +1,5 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
Storage::backend_opened, Storage::STORAGE_BACKEND_SQLITE, [serializer=Storage::STORAGE_SERIALIZER_JSON, sqlite=[database_path=test.sqlite, table_name=testing, tuning_params={
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue