Skip to content

Commit 1d0fe41

Browse files
committed
NH-2520 - Fix mapping for Firebird
1 parent 6f09f8d commit 1d0fe41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate.Test/TypesTest/TimestampUtcClass.hbm.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<id name="Id" column="id">
88
<generator class="assigned" />
99
</id>
10-
<version name="Revision" column="Revision" type="TimestampUtc" />
11-
<property name="Value" type="TimestampUtc" />
10+
<version name="Revision" column="`Revision`" type="TimestampUtc" />
11+
<property name="Value" column="`Value`" type="TimestampUtc" />
1212
</class>
1313
</hibernate-mapping>

0 commit comments

Comments
 (0)