cpython/Modules/_sqlite
Miss Islington (bot) c72001e5bd
gh-94321: Document sqlite3.PrepareProtocol (GH-94620)
(cherry picked from commit fb6dccae34)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
2022-07-07 16:09:05 -07:00
..
clinic [3.11] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94272) 2022-06-25 22:55:17 +02:00
blob.c
blob.h
connection.c
connection.h
cursor.c gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-94042) 2022-06-21 04:52:47 -07:00
cursor.h
microprotocols.c
microprotocols.h
module.c [3.11] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94272) 2022-06-25 22:55:17 +02:00
module.h
prepare_protocol.c gh-94321: Document sqlite3.PrepareProtocol (GH-94620) 2022-07-07 16:09:05 -07:00
prepare_protocol.h
row.c
row.h
statement.c
statement.h
util.c
util.h