-
Bug
-
Resolution: Done
-
Critical
-
7.1.0.DR10
-
-
-
-
-
-
https://github.com/hibernate/hibernate-orm/commit/71034a99fd3edf4603f8b2c443bc354a3a7b05e5, https://github.com/hibernate/hibernate-orm/commit/4c16fd69c7892031db36e8b1391f3c41117c83c3, https://github.com/hibernate/hibernate-orm/commit/1660c520ba2098256265d18c6ba4181dd1b67bc5, https://github.com/hibernate/hibernate-orm/commit/4b23a68a8cf0ce2468670177ea6caf657d4c2562
Hibernate: insert into #PERSON select insertorde0_.ID as ID from PERSON insertorde0_ 12:43:06,576 WARN SqlExceptionHelper:129 - SQL Error: 208, SQLState: 42000 12:43:06,577 ERROR SqlExceptionHelper:131 - #PERSON not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output).
this occurs in some tests running on sybase 16, while it works fine on sybase 15.7
affected tests include at least:
- InsertOrderingWithJoinedTableInheritance
- FilterInheritanceTest
The hang occurs because this exception is not properly handled in the tests, leaving some sessions open because the code which closes sessions is not executed then.
- is incorporated by
-
JBEAP-8552 Upgrade to Hibernate ORM 5.1.5
- Closed
- relates to
-
JBEAP-10046 (HHH-11262) Bulk Operations attempt to create temporary tables, but user does not have permission to create table
- Closed
- cloned from
-
HHH-11434 Loading...