[ 
https://issues.apache.org/jira/browse/SQOOP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jarek Jarcec Cecho resolved SQOOP-597.
--------------------------------------

    Resolution: Won't Fix

I'm closing this ticket as proper escaping is only one part of the problem. 
I've opened ticket SQOOP-601 to implement support for custom schemas into 
PostgreSQL connector.
                
> PostgreSQL Manager is incorrectly escaping table names
> ------------------------------------------------------
>
>                 Key: SQOOP-597
>                 URL: https://issues.apache.org/jira/browse/SQOOP-597
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.4.2
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.4.3
>
>
> PostgreSQL Manager is incorrectly escaping entire table name argument into 
> double quotes like on following example:
> {code}
> schema.table => "schema.table"
> {code}
> However this escaping is not valid as it should be one of following 
> possibilities:
> {code}
> schema.table => schema."table"
> schema.table => "schema"."table"
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to