cpython/Modules/_sqlite
2022-06-10 10:10:04 +02:00
..
clinic gh-93044: No longer convert the database argument of sqlite3.connect() to bytes (GH-93046) 2022-05-21 14:35:46 +03:00
blob.c
blob.h
connection.c gh-92434: Silence compiler warning in Modules/_sqlite/connection.c on 32-bit systems (#93090) 2022-06-10 10:10:04 +02:00
connection.h
cursor.c gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526) 2022-06-08 12:43:54 +02:00
cursor.h
microprotocols.c
microprotocols.h
module.c gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482) 2022-06-08 01:34:50 +02:00
module.h
prepare_protocol.c
prepare_protocol.h
row.c
row.h
statement.c gh-92206: Improve scoping of sqlite3 statement helper (#92260) 2022-05-03 16:07:11 -06:00
statement.h gh-92206: Improve scoping of sqlite3 statement helper (#92260) 2022-05-03 16:07:11 -06:00
util.c gh-89022: Improve sqlite3 exceptions related to binding params and API misuse (#91572) 2022-05-04 07:16:01 -06:00
util.h