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

Jarek Jarcec Cecho updated SQOOP-597:
-------------------------------------

    Description: 
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}

  was:
PostgreSQL Manager is correctly 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:

{code}
schema.table => schema."table"
{code}

    
> 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