[hibernate-dev] Test case for HHH-11740

2017-05-15 Thread Gail Badner
HHH-11740 is a bug that shows up on DB2 because Hibernate is using the wrong DDL to create a global temporary table that can be shared by multiple sessions; instead it is creating a temporary table that is visible only to the connection that creates it. On Friday I pushed a test case to master tha

Re: [hibernate-dev] [SEARCH] Master nodes without class definitions

2017-05-15 Thread Sanne Grinovero
I chatted about this with Yoann directly; for the sake of others: true sometimes a ticket is missing when we're discussing milestones for long-term plans. When we have to break up significant "behind the scenes" refactorings in smaller steps which can be merged at minimal risk, which taken as indi