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 dd5f43a commit f55a818Copy full SHA for f55a818
Doc/library/sqlite3.rst
@@ -229,8 +229,8 @@ Module functions and constants
229
Registers a callable to convert a bytestring from the database into a custom
230
Python type. The callable will be invoked for all database values that are of
231
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!
+ 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.
234
235
236
.. function:: register_adapter(type, callable)
0 commit comments