8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a458be commit d5be9a5Copy full SHA for d5be9a5
Doc/whatsnew/3.12.rst
@@ -184,6 +184,14 @@ Removed
184
* ``sqlite3.enable_shared_cache()``
185
* ``sqlite3.OptimizedUnicode``
186
187
+ If a shared cache must be used, open the database in URI mode using the
188
+ ``cache=shared`` query parameter.
189
+
190
+ The ``sqlite3.OptimizedUnicode`` text factory has been an alias for
191
+ :class:`str` since Python 3.3. Code that previously set the text factory to
192
+ ``OptimizedUnicode`` can either use ``str`` explicitly, or rely on the
193
+ default value which is also ``str``.
194
195
(Contributed by Erlend E. Aasland in :gh:`92548`)
196
197
* The ``--experimental-isolated-subinterpreters`` configure flag
0 commit comments