Skip to content

Commit ae91c87

Browse files
committed
HHH-10296 : Fix more DB reserved words used by tests
1 parent 34dd9d1 commit ae91c87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/test/java/org/hibernate/test/loadplans/process/EncapsulatedCompositeAttributeResultSetProcessorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ public String getDescription() {
312312
public void setDescription(String description) {
313313
this.description = description;
314314
}
315+
@Column(name="`date`")
315316
public Date getDate() {
316317
return date;
317318
}

0 commit comments

Comments
 (0)