cpython/Modules/_sqlite
Victor Stinner 243d599a05
gh-129813, PEP 782: Use PyBytesWriter in _sqlite (#138956)
Replace PyBytes_FromStringAndSize(NULL, size) with the new public
PyBytesWriter API.
2025-09-18 14:58:35 +02:00
..
clinic gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738) 2025-09-17 15:51:14 +00:00
blob.c gh-129813, PEP 782: Use PyBytesWriter in _sqlite (#138956) 2025-09-18 14:58:35 +02:00
blob.h
connection.c gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738) 2025-09-17 15:51:14 +00:00
connection.h
cursor.c gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) 2025-06-30 11:14:31 +00:00
cursor.h
microprotocols.c
microprotocols.h
module.c gh-133390: Support SQL keyword completion for sqlite3 CLI (GH-133393) (GH-135292) 2025-06-12 16:28:30 +02:00
module.h
prepare_protocol.c gh-138342: Use a common utility for visiting an object's type (GH-138343) 2025-09-01 16:20:33 +00:00
prepare_protocol.h
row.c gh-129603: Don't segfault if sqlite3.Row description is None (#129604) 2025-02-10 00:27:28 +01:00
row.h
statement.c gh-138342: Use a common utility for visiting an object's type (GH-138343) 2025-09-01 16:20:33 +00:00
statement.h
util.c gh-129928: Rework sqlite3 error helpers (#129929) 2025-02-11 07:49:25 +00:00
util.h gh-129928: Rework sqlite3 error helpers (#129929) 2025-02-11 07:49:25 +00:00