Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
831c2972
Commit
831c2972
authored
Jul 03, 2018
by
Sergey Fedoseev
Committed by
Tal Einat
Jul 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042)
parent
3cf1f154
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/sqlite3.rst
Doc/library/sqlite3.rst
+2
-2
No files found.
Doc/library/sqlite3.rst
View file @
831c2972
...
...
@@ -236,8 +236,8 @@ Module functions and constants
Registers a callable to convert a bytestring from the database into a custom
Python type. The callable will be invoked for all database values that are of
the type *typename*. Confer the parameter *detect_types* of the :func:`connect`
function for how the type detection works. Note that
the case of *typename* and
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.
.. function:: register_adapter(type, callable)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment