Fixed
Details
Assignee
Alex ZaytsevAlex ZaytsevReporter
Fabrizio GennariFabrizio GennariLabels
Components
Fix versions
Affects versions
Priority
MinorWho's Looking?
Open Who's Looking?
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
<property name="prepare_sql">true</property>
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