◐ Shell
reader mode source ↗
Skip to content

bpo-24464: Deprecate sqlite3.enable_shared_cache#24008

Merged
berkerpeksag merged 10 commits into
python:masterfrom
erlend-aasland:sqlite-shared-cache
Jan 6, 2021
Merged

bpo-24464: Deprecate sqlite3.enable_shared_cache#24008
berkerpeksag merged 10 commits into
python:masterfrom
erlend-aasland:sqlite-shared-cache

Conversation

@erlend-aasland

@erlend-aasland erlend-aasland commented Dec 30, 2020

Copy link
Copy Markdown
Contributor

@erlend-aasland

Copy link
Copy Markdown
Contributor Author

@erlend-aasland

Copy link
Copy Markdown
Contributor Author

FYI https://sqlite.org/c3ref/enable_shared_cache.html:
"Shared cache is disabled by default. It is recommended that it stay that way. In other words, do not use this routine. This interface continues to be provided for historical compatibility, but its use is discouraged. Any use of shared cache is discouraged."

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>
@erlend-aasland

Copy link
Copy Markdown
Contributor Author

Erlend E. Aasland and others added 2 commits January 5, 2021 00:09

@berkerpeksag berkerpeksag left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hide comment

LGTM!

@erlend-aasland

Copy link
Copy Markdown
Contributor Author

Thanks, and thanks for the markup fix, @berkerpeksag !

@berkerpeksag

Copy link
Copy Markdown
Member

All failed tests seem to be unrelated and flaky. Will continue with merge.

adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants