◐ Shell
clean mode source ↗

bpo-24464: Deprecate sqlite3.enable_shared_cache by erlend-aasland · Pull Request #24008 · python/cpython

ZackerySpytz

Erlend Egeberg Aasland and others added 4 commits

December 31, 2020 20:05
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Zackery Spytz <zspytz@gmail.com>

merwok

merwok

Erlend E. Aasland added 2 commits

January 4, 2021 23:34

merwok

Erlend E. Aasland and others added 2 commits

January 5, 2021 00:09

berkerpeksag

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021

This was referenced

May 9, 2022

erlend-aasland added a commit to erlend-aasland/cpython that referenced this pull request

May 9, 2022
The following sqlite3 features were deprecated in 3.10, scheduled for
removal in 3.12:

- sqlite3.OptimizedUnicode (pythongh-23163)
- sqlite3.enable_shared_cache (pythongh-24008)

Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>

erlend-aasland added a commit that referenced this pull request

May 16, 2022
The following sqlite3 features were deprecated in 3.10, scheduled for
removal in 3.12:

- sqlite3.OptimizedUnicode (gh-23163)
- sqlite3.enable_shared_cache (gh-24008)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>