cpython/Modules/_sqlite
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
..
clinic gh-69093: Add context manager support to sqlite3.Blob (GH-91562) 2022-04-15 21:21:12 -07:00
blob.c gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599) 2022-04-21 18:45:16 -07:00
blob.h gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680) 2022-04-14 17:02:56 -07:00
connection.c gh-69093: improve sqlite3.Connection.blobopen() error handling (GH-91571) 2022-04-15 09:27:39 -07:00
connection.h gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680) 2022-04-14 17:02:56 -07:00
cursor.c sqlite3: normalise pre-acronym determiners (GH-31772) 2022-03-10 17:52:47 -08:00
cursor.h bpo-44092: Remove unused member `reset` from `sqlite3.Cursor` (GH-30377) 2022-01-03 15:47:16 -08:00
microprotocols.c bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351) 2022-02-17 00:24:44 +09:00
microprotocols.h
module.c gh-69093: Expose sqlite3.Blob as a class (GH-91550) 2022-04-15 06:29:57 -07:00
module.h gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680) 2022-04-14 17:02:56 -07:00
prepare_protocol.c
prepare_protocol.h
row.c
row.h
statement.c bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695) 2022-03-16 22:58:25 -07:00
statement.h
util.c
util.h