Test synchronous/journal mode options for SQLite log writer

Also adds some small tweaks and adds the new feature to NEWS.
This commit is contained in:
Johanna Amann 2024-11-26 12:26:38 +00:00
parent 3ca56f7e0f
commit d592942ccb
8 changed files with 54 additions and 16 deletions

5
NEWS
View file

@ -81,6 +81,11 @@ New Functionality
of Zeek's AST after ZAM optimizations ran. This hook executes right before
the ``zeek_init()`` event is enqueued.
* The SQLite logger now supports setting the value of the SQLite synchronous mode,
as well as of the journal mode. For example, WAL mode can be enabled by setting:
redef LogSQLite::journal_mode=LogSQLite::SQLITE_JOURNAL_MODE_WAL;
Changed Functionality
---------------------