commit | 0ef6a3fc0eb9337656ef843bbcde09c15267173d | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jun 25 02:12:58 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 25 02:12:58 2020 -0700 |
tree | d5e40d0340e78797c5870a4d251631c431df602a | |
parent | c1634ac834729eb46caf98efcb7e33b8698d54a7 [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>