Update baseline of sqlite-basic btest after recent changes

This commit is contained in:
Tim Wojtulewicz 2025-05-21 11:01:54 -07:00
parent 1862e66097
commit 0c7ad126d6

View file

@ -1,11 +1,11 @@
### 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, pragma_commands={
[synchronous] = normal,
[journal_mode] = WAL,
[busy_timeout] = 5000,
[integrity_check] = ,
[busy_timeout] = 5000,
[journal_mode] = WAL,
[synchronous] = normal,
[temp_store] = memory
}, pragma_timeout=500.0 msecs, pragma_wait_on_failure=5.0 msecs]]
}, pragma_timeout=500.0 msecs, pragma_wait_on_busy=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>]
get result, [code=Storage::SUCCESS, error_str=<uninitialized>, value=value5678]