cpython/Modules/_sqlite
2022-08-13 12:09:40 +02:00
..
clinic gh-90928: Improve static initialization of keywords tuple in AC (#95907) 2022-08-13 12:09:40 +02:00
blob.c
blob.h
connection.c gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#95146) 2022-07-23 09:51:28 +02:00
connection.h
cursor.c gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use (#25984) 2022-06-27 09:58:56 +02:00
cursor.h
microprotocols.c gh-93829: In sqlite3, replace Py_BuildValue with faster APIs (#93830) 2022-06-15 10:42:49 +02:00
microprotocols.h
module.c gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#95146) 2022-07-23 09:51:28 +02:00
module.h
prepare_protocol.c gh-94321: Document sqlite3.PrepareProtocol (#94620) 2022-07-08 00:33:17 +02:00
prepare_protocol.h
row.c
row.h
statement.c gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use (#25984) 2022-06-27 09:58:56 +02:00
statement.h gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use (#25984) 2022-06-27 09:58:56 +02:00
util.c
util.h