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 Not Handling Table Names with Upper Case #340

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

karthik1289
Copy link
Contributor

Problem Description: Table names which are created in Upper case in MYSQL is not searchable. Problem Cause: Under QualifiedName we are standardizing to lowercase for all database and table names. Its better to leave them as is as relational databases might be case sensitive. Problem Solution: Not standardizing the database, table and view Names

…YSQL is not searchable. Problem Cause: Under QualifiedName we are standardizing to lowercase for all database and tablenames. Its better to leave them as is as relational databases might be case sensitive. Problem Solution: Not standardizing the database, table and view Names
@ajoymajumdar
Copy link
Contributor

Early on, we made a decision to lower case names in Metacat. QualifiedName represents the identifier for an object in a catalog, where we standardize the names to be lower-cased.

@karthik1289
Copy link
Contributor Author

mysql is case sensitive. It wont accept search with lowercase for table names with upper case.

@karthik1289
Copy link
Contributor Author

if this is not the right approach then atleast we have to check for harvester is mysql and in that case we shouldn't standardize. Please provide your thoughts on the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants