Mapping of NH-1408 not portable across every RDBMS
Description
Property 'DbResource.RawValue' from is mapped as: <property name="RawValue" type="StringClob"> <column name="Value" sql-type="ntext" not-null="true" /> </property>
Which cause error when type 'ntext' is not recognized by the used database.
Is the type of this property relevant for this test? Could we simply remove the 'sql-type' parameter and let NH map it with the appropriate SQL type without breaking the test?
Property 'DbResource.RawValue' from is mapped as:
<property name="RawValue" type="StringClob">
<column name="Value" sql-type="ntext" not-null="true" />
</property>
Which cause error when type 'ntext' is not recognized by the used database.
Is the type of this property relevant for this test? Could we simply remove the 'sql-type' parameter and let NH map it with the appropriate SQL type without breaking the test?