]> granicus.if.org Git - python/commit
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Sep 2019 06:39:11 +0000 (23:39 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 06:39:11 +0000 (23:39 -0700)
commitd8d653c2d0d267eb1e44f6cdb916945029fec3b1
treefebf907476d093e00a7bf330b4e02319d4356e85
parent73ccc3322f7ad0d016478ef20237bccd0a314f0a
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190)

(cherry picked from commit f669581a9527afb0d2325f9845a86715c0ba365d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/sqlite3/test/factory.py
Misc/NEWS.d/next/Library/2019-09-16-19-12-57.bpo-38185.zYWppY.rst [new file with mode: 0644]
Modules/_sqlite/row.c