projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47d48bb
)
#8456: fix signature of sqlite3.connect().
author
Georg Brandl
<georg@python.org>
Sat, 10 Jul 2010 12:01:34 +0000
(12:01 +0000)
committer
Georg Brandl
<georg@python.org>
Sat, 10 Jul 2010 12:01:34 +0000
(12:01 +0000)
Doc/library/sqlite3.rst
patch
|
blob
|
history
diff --git
a/Doc/library/sqlite3.rst
b/Doc/library/sqlite3.rst
index d9fe5aa18085f69ed176730fc33e2ee8390765b4..89fa58e6d40291f2ea81f3da29455ecee2db269c 100644
(file)
--- a/
Doc/library/sqlite3.rst
+++ b/
Doc/library/sqlite3.rst
@@
-136,7
+136,7
@@
Module functions and constants
first blank for the column name: the column name would simply be "x".
-.. function:: connect(database[, timeout,
isolation_level, detect_types, factory
])
+.. function:: connect(database[, timeout,
detect_types, isolation_level, check_same_thread, factory, cached_statements
])
Opens a connection to the SQLite database file *database*. You can use
``":memory:"`` to open a database connection to a database that resides in RAM