From: Nick Pope Date: Thu, 3 Nov 2022 23:21:01 +0000 (+0000) Subject: Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (#99078) X-Git-Tag: v3.12.0a2~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=016c7d37b6acfe2203542a2655080c6402b3be1f;p=thirdparty%2FPython%2Fcpython.git Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (#99078) --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index a9bab9add763..accbda05b62b 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -478,9 +478,10 @@ Module constants .. note:: - The :mod:`!sqlite3` module supports both ``qmark`` and ``numeric`` DB-API - parameter styles, because that is what the underlying SQLite library - supports. However, the DB-API does not allow multiple values for + The :mod:`!sqlite3` module supports ``qmark``, ``numeric``, + and ``named`` DB-API parameter styles, + because that is what the underlying SQLite library supports. + However, the DB-API does not allow multiple values for the ``paramstyle`` attribute. .. data:: sqlite_version