Not an Issue
Details
Details
Assignee
MikeM
MikeMReporter
Geoff FitzGerald
Geoff FitzGeraldComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created April 13, 2005 at 12:49 AM
Updated April 14, 2005 at 6:14 AM
Resolved April 14, 2005 at 6:14 AM
NHibernate is unable to persist files larger than 8Kb into the sql server image data type. The image data type should be able to handle a maximum 2Gb. It appears that NHibernate is treating the image type as if it were the sql binary type, which has an 8 Kb limit. The image type should be properly implemented to allow larger files to managed through NHibernate.