Erlend Egeberg Aasland
|
9ea9078ec7
|
gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020)
- get index now returns an int
- set index now requires an int in range(0, 256)
Resolves #92019
|
2022-04-30 09:01:37 -06:00 |
Erlend Egeberg Aasland
|
29afb7d2ef
|
gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)
Authored-by: Aviv Palivoda <palaviv@gmail.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@innova.no>
|
2022-04-21 18:45:16 -07:00 |
Erlend Egeberg Aasland
|
a861756675
|
gh-69093: Add context manager support to sqlite3.Blob (GH-91562)
|
2022-04-15 21:21:12 -07:00 |
Erlend Egeberg Aasland
|
d104f4d21f
|
gh-69093: Don't allow instantiation of sqlite3.Blob objects (GH-91570)
|
2022-04-15 09:25:03 -07:00 |
Erlend Egeberg Aasland
|
ee475430d4
|
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Authored-by: Aviv Palivoda <palaviv@gmail.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@innova.no>
Co-authored-by: palaviv <palaviv@gmail.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2022-04-14 17:02:56 -07:00 |