You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/02/12 03:42:11 UTC

[jira] [Commented] (SQOOP-2099) Sqoop2: Postgresql's detectRepositoryVersion uses wrong casing

    [ https://issues.apache.org/jira/browse/SQOOP-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14317465#comment-14317465 ] 

ASF subversion and git services commented on SQOOP-2099:
--------------------------------------------------------

Commit f826c50f2ce242964ce949085f2752a640a6a611 in sqoop's branch refs/heads/sqoop2 from [~jarcec]
[ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=f826c50 ]

SQOOP-2099: Sqoop2: Postgresql's detectRepositoryVersion uses wrong casing

(Abraham Elmahrek via Jarek Jarcec Cecho)


> 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)