@@ -343,17 +343,17 @@ Module functions
343
343
.. audit-event :: sqlite3.connect database sqlite3.connect
344
344
.. audit-event :: sqlite3.connect/handle connection_handle sqlite3.connect
345
345
346
- .. versionadded :: 3.4
347
- The *uri * parameter.
346
+ .. versionchanged :: 3.4
347
+ Added the *uri * parameter.
348
348
349
349
.. versionchanged :: 3.7
350
350
*database * can now also be a :term: `path-like object `, not only a string.
351
351
352
- .. versionadded :: 3.10
353
- The ``sqlite3.connect/handle `` auditing event.
352
+ .. versionchanged :: 3.10
353
+ Added the ``sqlite3.connect/handle `` auditing event.
354
354
355
- .. versionadded :: 3.12
356
- The *autocommit * parameter.
355
+ .. versionchanged :: 3.12
356
+ Added the *autocommit * parameter.
357
357
358
358
.. versionchanged :: 3.13
359
359
Positional use of the parameters *timeout *, *detect_types *,
@@ -747,8 +747,8 @@ Connection objects
747
747
`deterministic <https://sqlite.org/deterministic.html >`_,
748
748
which allows SQLite to perform additional optimizations.
749
749
750
- .. versionadded :: 3.8
751
- The *deterministic * parameter.
750
+ .. versionchanged :: 3.8
751
+ Added the *deterministic * parameter.
752
752
753
753
Example:
754
754
@@ -1132,8 +1132,8 @@ Connection objects
1132
1132
.. versionchanged :: 3.10
1133
1133
Added the ``sqlite3.load_extension `` auditing event.
1134
1134
1135
- .. versionadded :: 3.12
1136
- The *entrypoint * parameter.
1135
+ .. versionchanged :: 3.12
1136
+ Added the *entrypoint * parameter.
1137
1137
1138
1138
.. _Loading an Extension : https://www.sqlite.org/loadext.html#loading_an_extension_
1139
1139
@@ -1762,10 +1762,10 @@ Row objects
1762
1762
Blob objects
1763
1763
^^^^^^^^^^^^
1764
1764
1765
- .. versionadded :: 3.11
1766
-
1767
1765
.. class :: Blob
1768
1766
1767
+ .. versionadded :: 3.11
1768
+
1769
1769
A :class: `Blob ` instance is a :term: `file-like object `
1770
1770
that can read and write data in an SQLite :abbr: `BLOB ( Binary Large OBject ) `.
1771
1771
Call :func: `len(blob) <len> ` to get the size (number of bytes) of the blob.
0 commit comments