Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.0-incubating, 1.4.1-incubating
-
None
-
PostgreSQL 9.1
Description
When querying for column available in a postgres table from postgres catalog, it returns also the dropped columns from the table in object. It can be easily fixed adding the extra constraint "AND col.ATTISDROPPED = 'f'" at the end of the query which sort out the dropped columns.
Attachments
Attachments
1.
|
Create a unit test for SQOOP-445 Wrong query for getListColumnsQuery in PostgresqlManager | Resolved | Unassigned |