Please create a pull request with an update to org.hibernate.test.hql.BulkManipulationTest that reproduces your issue. It looks like a PostgreSQL dialect should override Dialect#getCrossJoinSeparator to return ", ", although the query still would not work for a delete statement. I'm changing this to an improvement because Hibernate would need to translate the implicit join in the WHERE clause to a subquery when used in a DELETE statement. Steve Ebersole, would this sort of query be handled properly by the SQM work? |