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

Hudson commented on SQOOP-2099:
-------------------------------

SUCCESS: Integrated in Sqoop2-hadoop200 #741 (See 
[https://builds.apache.org/job/Sqoop2-hadoop200/741/])
SQOOP-2099: Sqoop2: Postgresql's detectRepositoryVersion uses wrong casing 
(jarcec: 
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=f826c50f2ce242964ce949085f2752a640a6a611)
* 
repository/repository-postgresql/src/test/java/org/apache/sqoop/integration/repository/postgresql/TestHandler.java
* 
repository/repository-postgresql/src/main/java/org/apache/sqoop/repository/postgresql/PostgresqlRepositoryHandler.java


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

Reply via email to