Skip to content

Commit 456fd07

Browse files
committed
Merge pull request #339 from amroel/NH-3701
NH-3701
2 parents ac96e3a + cdb0541 commit 456fd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/NHSpecificTest/NH2302/Mappings.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<column name="StringSqlType" sql-type="nvarchar(max)" />
1717
</property>
1818
<!-- this generates an nvarchar(255) otherwise reading and writing seem to be ok -->
19-
<property name="Blob" column="Blob" type="StringClob" />
19+
<property name="Blob" column="BlobValue" type="StringClob" />
2020
<!-- this generates an nvarchar(max) but it operate a truncation on reading and writing (same as StringHugeLength) -->
2121
<property name="BlobLength" column="BlobLength" type="StringClob" length="15000" />
2222
<!-- this mapping works! for generation, writing and reading -->

0 commit comments

Comments
 (0)