It is "just" a breaking change reported in the releasenote.txt shipped with the binaries.
On Thu, Apr 26, 2012 at 9:14 AM, nfplee <[email protected]> wrote: > 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 > -- Fabio Maulo
