commit | 3f4de44cf7f3da754efbbc0e70feabf3b9384dce | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jun 25 02:12:41 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 25 02:12:41 2020 -0700 |
tree | 0599d1772779e255e2000c4a94a931d53f21f3ce | |
parent | ec05a7feed120503a3ad2dd4547eea2aa9a81dae [diff] |
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>