Skip to content

Commit 831c297

Browse files
sir-sigurdtaleinat
authored andcommitted
bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042)
1 parent 3cf1f15 commit 831c297

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
@@ -236,8 +236,8 @@ Module functions and constants
236236
Registers a callable to convert a bytestring from the database into a custom
237237
Python type. The callable will be invoked for all database values that are of
238238
the type *typename*. Confer the parameter *detect_types* of the :func:`connect`
239-
function for how the type detection works. Note that the case of *typename* and
240-
the name of the type in your query must match!
239+
function for how the type detection works. Note that *typename* and the name of
240+
the type in your query are matched in case-insensitive manner.
241241

242242

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

0 commit comments

Comments
 (0)