[hibernate-dev] DB2 cross joins

2017-02-15 Thread Gail Badner
HHH-11487 can be fixed by using changing DB2Dialect#getCrossJoinSeparator to return " cross join ". DB2 9.1 did not support CROSS JOIN, but DB2 9.5 and later do support CROSS JOIN. I see that DB2 9.1 is no longer supported as of April 30, 2015. It's tempting to just update DB2Dialect, but I suspe

[hibernate-dev] Hibernate OGM 5.1 CR1 is out!

2017-02-15 Thread Davide D'Alto
Good news! The first candidate release for Hibernate OGM 5.1 is out. Compared to 5.1 Beta3, this release upgrades Hibernate Search to version 5.5.6.Final and supports MongoDB aggregate operation in native queries. This means that now you can use Hibernate OGM to do CRUD operations on your favour