]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 Jun 2020 09:12:41 +0000 (02:12 -0700)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 09:12:41 +0000 (02:12 -0700)
commit3f4de44cf7f3da754efbbc0e70feabf3b9384dce
tree0599d1772779e255e2000c4a94a931d53f21f3ce
parentec05a7feed120503a3ad2dd4547eea2aa9a81dae
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)

* Fix support of non-ASCII names in functions OpenDatabase()
  and init_database().
* Fix support of non-ASCII SQL in method Database.OpenView().
(cherry picked from commit 55939b1708d6fc0d36d2be11ccdc6bf207e1bd41)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_msilib.py
Misc/NEWS.d/next/Windows/2020-06-24-21-30-42.bpo-41074.gaQc3C.rst [new file with mode: 0644]
PC/_msi.c