cpython/Modules/_sqlite
2021-08-07 00:02:06 +03:00
..
cache.c bpo-39245: Switch to public API for Vectorcall (GH-18460) 2020-02-11 17:46:57 +01:00
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 bpo-40268: Remove unused structmember.h includes (GH-19530) 2020-04-15 02:35:41 +02:00
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 bpo-39573: Add Py_SET_TYPE() function (GH-18394) 2020-02-07 09:17:07 +01:00
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 Replace _pysqlite_long_from_int64() with PyLong_FromLongLong() (GH-16882) 2019-10-23 11:09:01 +03:00
util.h Replace _pysqlite_long_from_int64() with PyLong_FromLongLong() (GH-16882) 2019-10-23 11:09:01 +03:00