-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52605/
-----------------------------------------------------------
Review request for Sqoop.
Bugs: SQOOP-3021
https://issues.apache.org/jira/browse/SQOOP-3021
Repository: sqoop-trunk
Description
-------
SQOOP-2864 solved this problem for the double quote character I generalized
that solution.
Diffs
-----
src/java/org/apache/sqoop/orm/ClassWriter.java 9d91887
src/test/com/cloudera/sqoop/ThirdPartyTests.java 3103bd4
src/test/com/cloudera/sqoop/manager/MySQLTestUtils.java b5b9b6e
src/test/com/cloudera/sqoop/testutil/BaseSqoopTestCase.java 8dddd02
src/test/org/apache/sqoop/manager/mysql/MySqlColumnEscapeImportTest.java
PRE-CREATION
src/test/org/apache/sqoop/manager/oracle/OracleColumnEscapeImportTest.java
PRE-CREATION
Diff: https://reviews.apache.org/r/52605/diff/
Testing
-------
I have added a new MySQL third party test to test the escaping of the double
quote character in the column name and a new Oracle third party test to test
the escaping of the backslash character.
Thanks,
Szabolcs Vasas