-
Notifications
You must be signed in to change notification settings - Fork 4
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
Need proper handling of case for identifiers #37
Comments
(Comments from @clach04 about this issue)
Is the sanity check needed to make decisions. Also compare with ODBC metadata query interface, new option, 139795:
At least two options:
With the Actian Data Platform (nee Avalanche) different results are expected for the query above in comment #22 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
IngresDialect
class contains metadata "get" methods (get_columns, get_primary_keys, get_table_names ...
) that call denormalize_name which translates any passed identifier names to lower case. This is incorrect behavior and causes problems with databases having mixed case or upper case object names.PR #35 contains additional details.
Also, related issue #36 deals with proper handling of character encoding.
The text was updated successfully, but these errors were encountered: