Skip to content

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.

2 participants