Fix link to sqlite3 enable_shared_cache documentation (GH-24496)

This commit is contained in:
Tom Forbes 2021-02-10 17:56:16 +00:00 committed by GitHub
parent bdb941be42
commit 749d40a53f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -644,7 +644,7 @@ Deprecated
* The undocumented built-in function ``sqlite3.enable_shared_cache`` is now * The undocumented built-in function ``sqlite3.enable_shared_cache`` is now
deprecated, scheduled for removal in Python 3.12. Its use is strongly deprecated, scheduled for removal in Python 3.12. Its use is strongly
discouraged by the SQLite3 documentation. See `the SQLite3 docs discouraged by the SQLite3 documentation. See `the SQLite3 docs
<https://sqlite.org/c3ref/enable_shared_cache.html/>`_ for more details. <https://sqlite.org/c3ref/enable_shared_cache.html>`_ for more details.
If shared cache must be used, open the database in URI mode using the If shared cache must be used, open the database in URI mode using the
``cache=shared`` query parameter. ``cache=shared`` query parameter.
(Contributed by Erlend E. Aasland in :issue:`24464`.) (Contributed by Erlend E. Aasland in :issue:`24464`.)