Hi, i have just upgraded an application to version 3.3.0GA and have notificed a bug when inserting large amounts of data into a NVarChar(MAX) field in the database (also tested with NText). It throws the following error:
The length of the string value exceeds the length configured in the mapping/parameter. With the following mapping: <property name="Body"> <column name="Body" /> </property> But it works fine with the following: <property name="Body"> <column name="Body" length="2147483647" /> </property> The original mapping worked fine before. This looks like a pretty bad bug to me. I was wondering if anyone else could confirm this. Thanks
