8000 bpo-24905: Support BLOB incremental I/O in sqlite module by palaviv · Pull Request #271 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-24905: Support BLOB incremental I/O in sqlite module #271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 18 commits into from
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
move news entry to blurb
  • Loading branch information
palaviv committed Jul 29, 2020
commit 6dafe0e7b5d651f373304f39961c5a5552e05531
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
The :class:`sqlite3.Connection` now has the
:meth:`sqlite3.Connection.open_blob` method. The :class:`sqlite3.Blob`
allows incremental I/O operations to blobs. (Contributed by Aviv Palivoda in
Copy link
Member

Choose a reason for hiding this comment

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

We are using "Patch by Aviv Palivoda." format in NEWS entries.

Copy link
Member

Choose a reason for hiding this comment

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

It would be nice to add a whatsnew entry. We can use the following attribute format there:

(Contributed by Aviv Palivoda in :issue:`24905`.)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should I add the whatsnew entry?

:issue:`24905`)
0