@@ -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
.. function :: complete_statement(statement)
359
359
@@ -738,8 +738,8 @@ Connection objects
738
738
:raises NotSupportedError:
739
739
If *deterministic * is used with SQLite versions older than 3.8.3.
740
740
741
- .. versionadded :: 3.8
742
- The *deterministic * parameter.
741
+ .. versionchanged :: 3.8
742
+ Added the *deterministic * parameter.
743
743
744
744
Example:
745
745
@@ -1101,8 +1101,8 @@ Connection objects
1101
1101
.. versionchanged :: 3.10
1102
1102
Added the ``sqlite3.load_extension `` auditing event.
1103
1103
1104
- .. versionadded :: 3.12
1105
- The *entrypoint * parameter.
1104
+ .. versionchanged :: 3.12
1105
+ Added the *entrypoint * parameter.
1106
1106
1107
1107
.. _Loading an Extension : https://www.sqlite.org/loadext.html#loading_an_extension_
1108
1108
@@ -1731,10 +1731,10 @@ Row objects
1731
1731
Blob objects
1732
1732
^^^^^^^^^^^^
1733
1733
1734
- .. versionadded :: 3.11
1735
-
1736
1734
.. class :: Blob
1737
1735
1736
+ .. versionadded :: 3.11
1737
+
1738
1738
A :class: `Blob ` instance is a :term: `file-like object `
1739
1739
that can read and write data in an SQLite :abbr: `BLOB ( Binary Large OBject ) `.
1740
1740
Call :func: `len(blob) <len> ` to get the size (number of bytes) of the blob.
0 commit comments