[
https://issues.apache.org/jira/browse/SQOOP-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Jarcec Cecho updated SQOOP-2099:
--------------------------------------
Summary: Sqoop2: Postgresql's detectRepositoryVersion uses wrong casing
(was: Sqoop2: detectRepositoryVersion uses wrong casing)
> Sqoop2: Postgresql's detectRepositoryVersion uses wrong casing
> --------------------------------------------------------------
>
> Key: SQOOP-2099
> URL: https://issues.apache.org/jira/browse/SQOOP-2099
> Project: Sqoop
> Issue Type: Bug
> Components: sqoop2-postgresql-repository
> Affects Versions: 1.99.5
> Reporter: Abraham Elmahrek
> Assignee: Abraham Elmahrek
> Fix For: 1.99.5
>
> Attachments: SQOOP-2099.0.patch, SQOOP-2099.1.patch
>
>
> Notice the use of {{toLowerCase()}} below:
> {code}
> metadataResultSet = md.getTables(null,
> CommonRepositorySchemaConstants.SCHEMA_SQOOP.toLowerCase(),
> CommonRepositorySchemaConstants.TABLE_SQ_SYSTEM_NAME.toLowerCase(),
> null);
> {code}
> This was done before we were escaping all identifiers. Now that SQOOP-2041 is
> in, we shouldn't be doing this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)