cpython/Modules/_sqlite
Benjamin Peterson 0a37a30037
closes bpo-32460: ensure all non-static globals have initializers (#5061)
2017-12-31 10:04:13 -08:00
..
cache.c
cache.h
connection.c Add the const qualifier to "char *" variables that refer to literal strings. (#4370) 2017-11-11 13:06:26 +02:00
connection.h
cursor.c bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (#3958) 2017-11-06 16:09:49 -08:00
cursor.h
microprotocols.c closes bpo-32460: ensure all non-static globals have initializers (#5061) 2017-12-31 10:04:13 -08:00
microprotocols.h closes bpo-32460: ensure all non-static globals have initializers (#5061) 2017-12-31 10:04:13 -08:00
module.c closes bpo-32460: ensure all non-static globals have initializers (#5061) 2017-12-31 10:04:13 -08:00
module.h
prepare_protocol.c
prepare_protocol.h
row.c
row.h
statement.c closes bpo-31525: require sqlite3_prepare_v2 (#3666) 2017-09-20 07:36:18 -07:00
statement.h closes bpo-31525: require sqlite3_prepare_v2 (#3666) 2017-09-20 07:36:18 -07:00
util.c closes bpo-31525: require sqlite3_prepare_v2 (#3666) 2017-09-20 07:36:18 -07:00
util.h closes bpo-31525: require sqlite3_prepare_v2 (#3666) 2017-09-20 07:36:18 -07:00