We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac96e3a + cdb0541 commit 456fd07Copy full SHA for 456fd07
src/NHibernate.Test/NHSpecificTest/NH2302/Mappings.hbm.xml
@@ -16,7 +16,7 @@
16
<column name="StringSqlType" sql-type="nvarchar(max)" />
17
</property>
18
<!-- this generates an nvarchar(255) otherwise reading and writing seem to be ok -->
19
- <property name="Blob" column="Blob" type="StringClob" />
+ <property name="Blob" column="BlobValue" type="StringClob" />
20
<!-- this generates an nvarchar(max) but it operate a truncation on reading and writing (same as StringHugeLength) -->
21
<property name="BlobLength" column="BlobLength" type="StringClob" length="15000" />
22
<!-- this mapping works! for generation, writing and reading -->
0 commit comments