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 0b93079 commit eafb934Copy full SHA for eafb934
src/NHibernate.Test/TypesTest/TimestampClass.cs
@@ -8,6 +8,5 @@ public class TimestampClass
8
public DateTime Value { get; set; }
9
public DateTime Revision { get; protected set; }
10
public DateTime? NullableValue { get; set; }
11
- public DateTime? NullableRevision { get; protected set; }
12
}
13
src/NHibernate.Test/TypesTest/TimestampClass.hbm.xml
@@ -3,7 +3,7 @@
3
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2" default-lazy="false">
4
<class
5
name="NHibernate.Test.TypesTest.TimestampClass, NHibernate.Test"
6
- table="bc_timestamputc">
+ table="bc_timestamp">
7
<id name="Id" column="id">
<generator class="assigned"/>
</id>
0 commit comments