Venkat Ranganathan created SQOOP-1429:
-----------------------------------------
Summary: Fix native characters usage for SqlServer
Key: SQOOP-1429
URL: https://issues.apache.org/jira/browse/SQOOP-1429
Project: Sqoop
Issue Type: Bug
Components: connectors/sqlserver
Affects Versions: 1.4.5
Reporter: Venkat Ranganathan
Fix For: 1.4.6
While SQOOP-1412 introduced NCHAR/NVARCHAR columns to be splittable, there are
a couple of other issues with characters in non-default collation.
The metadata queries where not using N prefix in the metadata queries involving
tablenames with native character set (not part of the default collation)
Also update the NCHAR/NVARCHAR splitter to use the N'..' prefix for the string
constants generated in the split sql
--
This message was sent by Atlassian JIRA
(v6.2#6252)