cpython/Modules/_sqlite
Erlend Egeberg Aasland 7ecd3425d4
bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202)
Co-authored-by: Luca Citi
Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
2021-08-25 11:59:42 +01:00
..
clinic bpo-44859: Improve error handling in sqlite3 and and raise more accurate exceptions. (GH-27654) 2021-08-08 08:49:44 +03:00
connection.c bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) 2021-08-25 11:59:42 +01:00
connection.h bpo-42064: Pass module state to sqlite3 UDF callbacks (GH-27456) 2021-08-24 05:24:09 -07:00
cursor.c bpo-44976: Lazy creation of sqlite3 result rows (GH-27884) 2021-08-25 11:28:47 +01:00
cursor.h bpo-44976: Lazy creation of sqlite3 result rows (GH-27884) 2021-08-25 11:28:47 +01:00
microprotocols.c bpo-42064: Optimise sqlite3 state access, part 1 (GH-27273) 2021-07-29 02:21:45 -07:00
microprotocols.h bpo-42064: Optimise sqlite3 state access, part 1 (GH-27273) 2021-07-29 02:21:45 -07:00
module.c bpo-42064: Optimise sqlite3 state access, part 1 (GH-27273) 2021-07-29 02:21:45 -07:00
module.h bpo-42064: Optimise sqlite3 state access, part 1 (GH-27273) 2021-07-29 02:21:45 -07:00
prepare_protocol.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) 2021-06-17 11:06:09 +01:00
prepare_protocol.h Remove unused UNKNOWN macros from cursor.h and prepare_protocol.h (GH-27885) 2021-08-22 22:23:45 +09:00
row.c bpo-42064: Optimise sqlite3 state access, part 1 (GH-27273) 2021-07-29 02:21:45 -07:00
row.h bpo-42064: Remove stale extern declarations in sqlite3 headers (GH-26840) 2021-06-23 21:06:53 +09:00
statement.c bpo-44079: Strip superfluous statement cache from sqlite3.Connection (GH-25998) 2021-08-19 00:37:53 +01:00
statement.h bpo-44079: Strip superfluous statement cache from sqlite3.Connection (GH-25998) 2021-08-19 00:37:53 +01:00
util.c bpo-42064: Optimise sqlite3 state access, part 1 (GH-27273) 2021-07-29 02:21:45 -07:00
util.h bpo-42064: Optimise sqlite3 state access, part 1 (GH-27273) 2021-07-29 02:21:45 -07:00