goldmansachs/reladomo

MithraObjectXmlGenerator / MsSql nvarchar type

Closed this issue · 1 comments

TMTHY commented

Having table defined as follows:

create table dbo.Citizen(Id int not null, Address nvarchar(500) null...)

MithraObjectXmlGenerator generates the following definition:

"nvarchar" is not valid type - it should be String

Thanks for the report. Incidentally, be careful with MsSQL drivers. The newer ones have a bug. The version certified with Reladomo is sqljdbc4-2.0.