File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -331,14 +331,14 @@ Module functions
331
331
.. audit-event :: sqlite3.connect database sqlite3.connect
332
332
.. audit-event :: sqlite3.connect/handle connection_handle sqlite3.connect
333
333
334
- .. versionadded :: 3.4
335
- The *uri * parameter.
334
+ .. versionchanged :: 3.4
335
+ Added the *uri * parameter.
336
336
337
337
.. versionchanged :: 3.7
338
338
*database * can now also be a :term: `path-like object `, not only a string.
339
339
340
- .. versionadded :: 3.10
341
- The ``sqlite3.connect/handle `` auditing event.
340
+ .. versionchanged :: 3.10
341
+ Added the ``sqlite3.connect/handle `` auditing event.
342
342
343
343
.. function :: complete_statement(statement)
344
344
@@ -662,8 +662,8 @@ Connection objects
662
662
:raises NotSupportedError:
663
663
If *deterministic * is used with SQLite versions older than 3.8.3.
664
664
665
- .. versionadded :: 3.8
666
- The *deterministic * parameter.
665
+ .. versionchanged :: 3.8
666
+ Added the *deterministic * parameter.
667
667
668
668
Example:
669
669
@@ -1553,10 +1553,10 @@ Row objects
1553
1553
Blob objects
1554
1554
^^^^^^^^^^^^
1555
1555
1556
- .. versionadded :: 3.11
1557
-
1558
1556
.. class :: Blob
1559
1557
1558
+ .. versionadded :: 3.11
1559
+
1560
1560
A :class: `Blob ` instance is a :term: `file-like object `
1561
1561
that can read and write data in an SQLite :abbr: `BLOB ( Binary Large OBject ) `.
1562
1562
Call :func: `len(blob) <len> ` to get the size (number of bytes) of the blob.
You can’t perform that action at this time.
0 commit comments