Skip to content
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

Add blob support #93

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Add blob support #93

wants to merge 18 commits into from

Conversation

palaviv
Copy link

@palaviv palaviv commented Jan 29, 2016

This branch implements I/O access to blobs as asked in the bug:
http://bugs.python.org/issue24905

The blob API is like a python file API, thus implementing the read,write, seek, tell, close, enter and exit. The blob object can be opened from a connection using the blob method .

@ghaering ghaering self-assigned this Jan 29, 2016
@palaviv
Copy link
Author

palaviv commented Mar 16, 2016

Just 'pinging' about this...
I also made the changes for python3. patch is included at http://bugs.python.org/issue24905.

leap-code-o-matic pushed a commit to leapcode/pysqlcipher that referenced this pull request Feb 7, 2017
Pysqlcipher support for the sqlite blob interface:
https://sqlite.org/c3ref/blob_open.html

Copying the code from the PR in pysqlite:
ghaering/pysqlite#93
@erlend-aasland
Copy link

FWIW, Aviv's work with incremental blob support has been adapted and included in the upcoming Python 3.11 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants