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
5a723723
Commit
5a723723
authored
Oct 14, 2006
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up the language of a sentence relating to the connect() function and
user-defined datatypes.
parent
65ad043e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/lib/libsqlite3.tex
Doc/lib/libsqlite3.tex
+1
-1
No files found.
Doc/lib/libsqlite3.tex
View file @
5a723723
...
...
@@ -150,7 +150,7 @@ For the \var{isolation_level} parameter, please see the \member{isolation_level}
property of
\class
{
Connection
}
objects in section~
\ref
{
sqlite3-Connection-IsolationLevel
}
.
SQLite natively supports only the types TEXT, INTEGER, FLOAT, BLOB and NULL. If
you want to use other types
, like you have to
add support for them yourself.
you want to use other types
you must
add support for them yourself.
The
\var
{
detect
_
types
}
parameter and the using custom
\strong
{
converters
}
registered with
the module-level
\function
{
register
_
converter
}
function allow you to easily do that.
...
...
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