Skip to content

Commit 38c355e

Browse files
committed
HHH-10273 : Reserved word used for database object in testsuite
(cherry picked from commit fa78510)
1 parent fc07740 commit 38c355e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/ExchangeRateKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public ExchangeRateKey( long date, Currency currency1, Currency currency2) {
2828
this.currency2 = currency2;
2929
}
3030

31-
@Column(nullable = false)
31+
@Column(name="`date`", nullable = false)
3232
protected long date;
3333

3434
@javax.persistence.ManyToOne(fetch = FetchType.LAZY, optional = false)

0 commit comments

Comments
 (0)