]> granicus.if.org Git - python/commit
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Sep 2019 06:20:56 +0000 (09:20 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 06:20:56 +0000 (09:20 +0300)
commitf669581a9527afb0d2325f9845a86715c0ba365d
tree964f3dd5596e65d33e5349497025b44e070f33b9
parentdfd34a9cd58e8150c324190f746de919e140abe8
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190)
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