Skip to content

Commit 9289094

Browse files
committed
NH-3408 - Fix mapping for non MS SQL Server dialects
1 parent fe1b6cb commit 9289094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<set name="NationalHolidays" table="Holiday">
1212
<key column="CalendarID" />
1313
<element type="System.DateTime">
14-
<column name="Holiday" sql-type="smalldatetime" />
14+
<column name="Holiday" />
1515
</element>
1616
</set>
1717
</class>
1818

19-
</hibernate-mapping>
19+
</hibernate-mapping>

0 commit comments

Comments
 (0)