-
Bug
-
Resolution: Done
-
Major
-
6.0.0
-
None
Columns imported from a SQL Server table with a native type of NVARCHAR are created with a datatype of object instead of string. RelationalTypeMapping interface is missing the java.sql.Types constant for NVARCHAR. Also, RelationalTypeMappingImpl will have to register that new constant.