Skip to content

Commit cdb0541

Browse files
committed
Renamed column 'Blob' 'BlobValue' to avoid keyword conflicts
1 parent 0c0a05f commit cdb0541

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)