Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: bf823d440c451c07a0bed1b4862f21d9de256b8a
https://github.com/hibernate/hibernate-orm/commit/bf823d440c451c07a0bed1b...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
M
hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
Log Message:
-----------
HHH-10996 - The cleanupTestData utility has issues with link tables
Use bulk delete in certain situations like when we have a @Formula annotation that takes
an SQL function which is not supported by the currently running DB