Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Note that blob size cannot be changed using the blob object
  • Loading branch information
palaviv committed Jul 29, 2020
commit 3fe91083c9b015ec326279a37e8c297e49747d61
5 changes: 5 additions & 0 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ Connection Objects
When *readonly* is :const:`True` the BLOB is opened with read
permissions. Otherwise the BLOB has read and write permissions.

.. note::

The BLOB size cannot be changed using the :class:`Blob` class. Use
`zeroblob` to create the blob in the wanted size in advance.

.. versionadded:: 3.7
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.8

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


.. method:: commit()
Expand Down