cpython/Lib/sqlite3
Erlend Egeberg Aasland 00f22e8cc2
gh-92547: Remove deprecated sqlite3 features (#92548)
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>
2022-05-16 19:52:08 +02:00
..
__init__.py gh-92547: Remove deprecated sqlite3 features (#92548) 2022-05-16 19:52:08 +02:00
dbapi2.py gh-92547: Remove deprecated sqlite3 features (#92548) 2022-05-16 19:52:08 +02:00
dump.py