Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
1.4.2
-
None
-
None
Description
PostgreSQL Manager is incorrectly escaping entire table name argument into double quotes like on following example:
schema.table => "schema.table"
However this escaping is not valid as it should be one of following possibilities:
schema.table => schema."table" schema.table => "schema"."table"
Attachments
Issue Links
- relates to
-
SQOOP-601 Support custom schemas in PostgreSQL Connector
- Resolved