cpython/Modules/_sqlite
Miss Islington (bot) 80cb055aa4
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190)
(cherry picked from commit f669581a95)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2019-09-16 23:39:49 -07:00
..
cache.c
cache.h
connection.c [3.7] bpo-9566: Fix compiler warnings on Windows (GH-12920) 2019-04-23 10:26:11 +02:00
connection.h
cursor.c prefix internal sqlite symbols with _pysqlite_ (GH-8215) 2018-07-09 21:48:02 -07:00
cursor.h
microprotocols.c
microprotocols.h
module.c prefix internal sqlite symbols with _pysqlite_ (GH-8215) 2018-07-09 21:48:02 -07:00
module.h prefix internal sqlite symbols with _pysqlite_ (GH-8215) 2018-07-09 21:48:02 -07:00
prepare_protocol.c
prepare_protocol.h
row.c bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) 2019-09-16 23:39:49 -07:00
row.h
statement.c bpo-32215: Fix performance regression in sqlite3 (GH-8511) 2018-09-20 18:56:56 +03:00
statement.h
util.c
util.h