David Robson created SQOOP-2723:
-----------------------------------
Summary: Oracle connector not working with lowercase columns
Key: SQOOP-2723
URL: https://issues.apache.org/jira/browse/SQOOP-2723
Project: Sqoop
Issue Type: Bug
Components: connectors/oracle
Affects Versions: 1.4.6
Reporter: David Robson
Assignee: David Robson
Fix For: 1.4.7
For example the following table does not work for imports or exports:
CREATE TABLE "TestV500"."Xy"
( "a" NVARCHAR2(255) DEFAULT NULL,
"x" NUMBER(10,0) DEFAULT NULL,
"y" NUMBER(10,0) DEFAULT NULL
);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)