General_K1ng
|
c0ae92b7c0
|
gh-135386: Fix "unable to open database file" errors on readonly DB (GH-135566)
Add immutable=1 flag for read-only SQLite access to avoid WAL/SHM errors on readonly DB.
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
2025-08-22 14:11:59 +03:00 |
|
Andrea-Oliveri
|
f806463e16
|
gh-134004: Added the reorganize() methods to dbm.sqlite, dbm.dumb and shelve (GH-134028)
They are similar to the same named method in dbm.gnu.
|
2025-06-01 15:30:04 +03:00 |
|
Victor Stinner
|
4c6d4f5cb3
|
gh-120417: Remove unused imports in the stdlib (#120420)
|
2024-06-12 20:56:42 +02:00 |
|
Erlend E. Aasland
|
dd5e4d9078
|
gh-100414: Add SQLite backend to dbm (#114481)
Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2024-02-14 11:14:56 +00:00 |
|