Not an Issue
Details
Details
Assignee
Unassigned
UnassignedReporter
Brendan Cox
Brendan CoxComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created June 10, 2011 at 6:20 AM
Updated October 28, 2012 at 5:18 PM
Resolved June 12, 2011 at 2:51 PM
Hi
After upgrading from NHibernate 2.1 to 3.1.0 I appear to have hit a regression that was marked as fixed in version 3.1.0, refer [#NH-2484].
All attempts to persist binary data exceeding 8k to varbinary(MAX) results in the data being truncated, all worked well using version 2.1, unfortunately upgrading to 3.1.0 has introduced this truncation issue.
No exception is thrown and no indication is given that the attempt to serialize the binary data to varbinary(MAX) table column has occured.
Attachment provided illustrates the issue.