Skip to content

Commit f55a818

Browse files
miss-islingtonsir-sigurd
authored andcommitted
bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) (GH-8067)
(cherry picked from commit 831c297) Co-authored-by: Sergey Fedoseev <[email protected]>
1 parent dd5f43a commit f55a818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ Module functions and constants
229229
Registers a callable to convert a bytestring from the database into a custom
230230
Python type. The callable will be invoked for all database values that are of
231231
the type *typename*. Confer the parameter *detect_types* of the :func:`connect`
232-
function for how the type detection works. Note that the case of *typename* and
233-
the name of the type in your query must match!
232+
function for how the type detection works. Note that *typename* and the name of
233+
the type in your query are matched in case-insensitive manner.
234234

235235

236236
.. function:: register_adapter(type, callable)

0 commit comments

Comments
 (0)