Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL Connector has issue with Pascal case Database name #4930

Closed
cadmus-software opened this issue Aug 21, 2020 · 1 comment
Closed

MySQL Connector has issue with Pascal case Database name #4930

cadmus-software opened this issue Aug 21, 2020 · 1 comment

Comments

@cadmus-software
Copy link

For reference PrestoDb issue #3470

I am running latest tag versions of MySQL & PresoSQL via docker-compose. If my MySQL contains a Pascal cased database (e.g. Employees) the the tables aren't exposed through Presto, but if it is all lowercase it works without issue.

@findepi
Copy link
Member

findepi commented Aug 21, 2020

This will be solved properly when we do #17.
In the meantime, you can access your non-lowercase tables with case-insensitive-name-matching=true switch.

Let me close the issue, but we can follow up here if needed,
or on our slack.

@findepi findepi closed this as completed Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants