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.
1 parent 6f09f8d commit 1d0fe41Copy full SHA for 1d0fe41
src/NHibernate.Test/TypesTest/TimestampUtcClass.hbm.xml
@@ -7,7 +7,7 @@
7
<id name="Id" column="id">
8
<generator class="assigned" />
9
</id>
10
- <version name="Revision" column="Revision" type="TimestampUtc" />
11
- <property name="Value" type="TimestampUtc" />
+ <version name="Revision" column="`Revision`" type="TimestampUtc" />
+ <property name="Value" column="`Value`" type="TimestampUtc" />
12
</class>
13
</hibernate-mapping>
0 commit comments