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 cee7b22 commit 6699386Copy full SHA for 6699386
Doc/library/sqlite3.rst
@@ -236,8 +236,8 @@ Module functions and constants
236
Registers a callable to convert a bytestring from the database into a custom
237
Python type. The callable will be invoked for all database values that are of
238
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!
+ function for how the type detection works. Note that *typename* and the name of
+ the type in your query are matched in case-insensitive manner.
241
242
243
.. function:: register_adapter(type, callable)
0 commit comments