cpython/Modules/_sqlite
chiri 8eb106240f
gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738)
The 'row' parameter represents a ROWID. Clarify this in docs and docstrings.
2025-09-17 15:51:14 +00: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-137623: Use an AC decorator for docstring line length enforcement (#137690) 2025-08-18 18:29:00 +01: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