cpython/Modules/_sqlite
2018-12-17 16:52:45 +02:00
..
cache.c bpo-32788: Better error handling in sqlite3. (GH-3723) 2018-12-10 16:06:08 +02:00
cache.h
connection.c bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) 2018-12-17 16:52:45 +02:00
connection.h
cursor.c bpo-32788: Better error handling in sqlite3. (GH-3723) 2018-12-10 16:06:08 +02:00
cursor.h
microprotocols.c bpo-32788: Better error handling in sqlite3. (GH-3723) 2018-12-10 16:06:08 +02:00
microprotocols.h
module.c
module.h
prepare_protocol.c
prepare_protocol.h
row.c
row.h
statement.c bpo-32788: Better error handling in sqlite3. (GH-3723) 2018-12-10 16:06:08 +02:00
statement.h
util.c
util.h