What's Changed
Fixes:
Issue #404, affects Windows, and causes data corruption when using WAL mode under heavy concurrency. Upgrading is highly advised if you use WAL mode on Windows. Thanks @franchb for reporting the issue, providing a regression test, and contributing a prototype fix. The fix requires memory placeholders, which are available from Windows 10 1803+ / Server 2019+. Shared memory WAL is disabled on older versions of Windows.
Issue #411, affects Linux, and causes performance degradation during VACUUM of large databases.
Updates:
- SQLite 3.53.4
Full Changelog: v0.35.2...v0.35.3