Not an Issue
Details
Details
Assignee
Unassigned
UnassignedReporter
jason patterson
jason pattersonComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created March 21, 2010 at 3:51 PM
Updated January 19, 2011 at 2:23 PM
Resolved September 23, 2010 at 10:23 PM
I am storing a double[] as type=Binary to Sql Server. When the length
is greater than 8000 bytes, it fails with a serialization exception.
Commit 4915 caused the change in behavior.
http://github.com/leemhenson/nhibernate/commit/f72aa7987d1f88f3d1aab16f44c7fb1f7afd969c
Before this commit, the code worked fine.