mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Use shorter version of Connection.isolation_level in sqlite3.rst
This commit is contained in:
parent
5a7d923e75
commit
a1bc246dd5
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ Module functions and constants
|
|||
parameter is 5.0 (five seconds).
|
||||
|
||||
For the *isolation_level* parameter, please see the
|
||||
:attr:`Connection.isolation_level` property of :class:`Connection` objects.
|
||||
:attr:`~Connection.isolation_level` property of :class:`Connection` objects.
|
||||
|
||||
SQLite natively supports only the types TEXT, INTEGER, REAL, BLOB and NULL. If
|
||||
you want to use other types you must add support for them yourself. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue