Branch: refs/heads/4.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: c8de4a1d4eed823b3bab994f7614ce13bfe88c23
https://github.com/hibernate/hibernate-orm/commit/c8de4a1d4eed823b3bab994...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2012-08-03 (Fri, 03 Aug 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/loader/Loader.java
Log Message:
-----------
HHH-7501 java.lang.ClassCastException: oracle.jdbc.driver.T4CStatement cannot be cast to
java.sql.PreparedStatement
Commit: 00a83af879812ef0d21235bd530debf09715d77e
https://github.com/hibernate/hibernate-orm/commit/00a83af879812ef0d21235b...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2012-08-03 (Fri, 03 Aug 2012)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/ordered/Person.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/filter/secondarytable/User.java
Log Message:
-----------
HHH-7498 some tests were targeting to the H2 only but now runs on db matrix
Commit: 30ea6c902591dfe6fb3d5467fc2477ee9cc8dd90
https://github.com/hibernate/hibernate-orm/commit/30ea6c902591dfe6fb3d546...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2012-08-03 (Fri, 03 Aug 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/AbstractPropertyHolder.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/HibernateSequenceTest.java
A
hibernate-core/src/test/java/org/hibernate/test/annotations/override/AssociationOverrideSchemaTest.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/override/BlogEntry.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Entry.java
M
hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/OracleCustomSQLTest.java
M
hibernate-envers/src/test/java/org/hibernate/envers/test/BaseEnversJPAFunctionalTestCase.java
M
hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
M
hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
M hibernate-testing/src/main/java/org/hibernate/testing/junit4/Helper.java
Log Message:
-----------
HHH-6662, HHH-7445 - Fix and test
Compare:
https://github.com/hibernate/hibernate-orm/compare/d1af3ee6f1d3...30ea6c9...