]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:49 +0000 (23:39 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 06:39:49 +0000 (23:39 -0700)
commit80cb055aa45f37951b8e3097fe4367d443d455ae
treec1ac050313b1b28a1a4e36feaf43e797aaa41a01
parent3d916a7b1ee29896bece4a6a37d8084fa3c1abf6
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