comparison NEWS @ 5057:e6f26be401fa

SQLite: close and delete WAL and SHM files on exit (contribution from Sebastian Höffner)
author Alain Mazy <am@osimis.io>
date Tue, 02 Aug 2022 11:38:31 +0200
parents 191e86305f19
children d4e5ca0c9307
comparison
equal deleted inserted replaced
5056:191e86305f19 5057:e6f26be401fa
8 8
9 Maintenance 9 Maintenance
10 ----------- 10 -----------
11 11
12 * DelayedDeletion plugin: Fix leaking of symbols 12 * DelayedDeletion plugin: Fix leaking of symbols
13 13 * SQLite now closes and deletes WAL and SHM files on exit. This should improve
14 handling of SQLite DB over network drives.
14 15
15 Version 1.11.1 (2022-06-30) 16 Version 1.11.1 (2022-06-30)
16 =========================== 17 ===========================
17 18
18 General 19 General