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

erlend-aasland · GitHub

Erlend E. Aasland
Erlend E. Aasland
Erlend E. Aasland
Erlend E. Aasland
ZackerySpytz
ZackerySpytz

Erlend Egeberg Aaslandand others added 4 commits

December 31, 2020 20:05

Erlend Egeberg Aasland
Erlend Egeberg Aasland
@ZackerySpytz
@ZackerySpytz

Co-authored-by: Zackery Spytz <[email protected]>

Erlend Egeberg Aasland
Erlend Egeberg Aasland
@ZackerySpytz
@ZackerySpytz

Co-authored-by: Zackery Spytz <[email protected]>

Co-authored-by: Zackery Spytz <[email protected]>

Erlend E. Aasland added 2 commits

January 4, 2021 23:34

Erlend E. Aaslandand others added 2 commits

January 5, 2021 00:09

Merged

adorilson

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

Mar 13, 2021

This was referenced

May 9, 2022 Closed

Merged

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 <[email protected]>

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 <[email protected]> Signed-off-by: Erlend E. Aasland <[email protected]> Merged

Merged