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

Case sensitive collation - Invalid object name DB_Name.information_schema.tables #212

Closed
paulcoates opened this issue Feb 26, 2022 Discussed in #183 · 0 comments · Fixed by #391
Closed

Case sensitive collation - Invalid object name DB_Name.information_schema.tables #212

paulcoates opened this issue Feb 26, 2022 Discussed in #183 · 0 comments · Fixed by #391
Assignees
Labels
bug Something isn't working feature: essential good first issue Good for newcomers Size: Small
Milestone

Comments

@paulcoates
Copy link

Discussed in #183

There is an inconsistency in the below file that causes an error when the server collation is case sensitive (see linked discussion for error).

from [{{ schema_relation.database }}].information_schema.tables

It would appear that a few instances within metadata.sql needs to be changed to INFORMATION_SCHEMA.TABLES (or columns) as it is at line 15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature: essential good first issue Good for newcomers Size: Small
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants