Fixed
Details
Details
Assignee
Alex Zaytsev
Alex ZaytsevReporter
Fabrizio Gennari
Fabrizio GennariLabels
Components
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created August 22, 2013 at 5:20 PM
Updated May 1, 2017 at 3:42 AM
Resolved December 30, 2015 at 11:17 AM
I am using SQL Server 2008.
I created a test case under NHibernate.Test, and added the line
to hibernate.cfg.xml.
The class to be persisted has one property of type XmlDocument: the automatic table creator creates a column of type xml and maps the property to it.
Saving a single element to the database gives this exception:
Attached is the test code