On Oracle, org.hibernate.test.annotations.indexcoll.IndexedCollectionTest uses column "date", affecting: - testEmbeddableWithEntityKey - testMapKeyEmbeddableWithEntityKey Changing column name to "`date`" fixes the above; testTemporalKeyMap still fails (seems to be the same type of failure as org.hibernate.test.annotations.indexcoll.eager.EagerIndexedCollectionTest.testTemporalKeyMap)
|