Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make IMPORT FOREIGN SCHEMA behave consistently
The case of the table names returned by information_schema queries depends on MySQL's `lower_case_table_names` setting. https://dev.mysql.com/doc/refman/5.7/en/charset-collation-information-schema.html suggests forcing a suitable collation to work around the issue. Fixes EnterpriseDB#202.
- Loading branch information