cpython/Modules/_sqlite
2021-08-07 00:02:06 +03:00
..
cache.c
cache.h
connection.c [3.9] bpo-44822: Don't truncate strs with embedded NULL chars returned by sqlite3 UDF callbacks (GH-27588). (GH-27639) 2021-08-07 00:02:06 +03:00
connection.h
cursor.c bpo-43083: Fix error handling in _sqlite3 (GH-24395) 2021-01-31 08:06:15 -08:00
cursor.h
microprotocols.c
microprotocols.h
module.c bpo-43434: Move sqlite3.connect audit event to sqlite3.Connection.__init__ (GH-25818) 2021-05-02 23:43:06 +01:00
module.h
prepare_protocol.c
prepare_protocol.h
row.c
row.h
statement.c bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) 2020-09-17 00:57:07 -07:00
statement.h
util.c
util.h