cpython/Modules/_sqlite
Erlend Egeberg Aasland c4440e6bc0
[3.10] gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (GH-93926) (#94011)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>.
(cherry picked from commit 6446592c89)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
2022-06-19 21:43:03 +02:00
..
clinic [3.10] gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (GH-93926) (#94011) 2022-06-19 21:43:03 +02:00
cache.c
cache.h
connection.c [3.10] gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (GH-93926) (#94011) 2022-06-19 21:43:03 +02:00
connection.h
cursor.c [3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526) (GH-93599) 2022-06-08 13:31:14 +02:00
cursor.h
microprotocols.c
microprotocols.h
module.c [3.10] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31753) 2022-03-08 07:30:14 -08:00
module.h
prepare_protocol.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) (GH-26766) 2021-06-17 11:19:44 +01:00
prepare_protocol.h
row.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) (GH-26766) 2021-06-17 11:19:44 +01:00
row.h
statement.c [3.10] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93801) 2022-06-14 15:05:36 +02:00
statement.h
util.c
util.h