I’m using this version:
and I’m facing the same issue. I’ve found a report of the same issue from 2010: https://forum.hibernate.org/viewtopic.php?f=1&t=1002518&sid=9b8566d17f6601311d0de83eff98d071. The conclusion is the same as @Martin Hönings’s comment above and the solution he proposed worked for me as well, i.e. removing space / changing ”, “ to ”,” in this line: https://github.com/hibernate/hibernate-orm/blob/5.4.9/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/BinaryLogicOperatorNode.java#L227 @Steve Ebersole is this something you guys are able to reproduce? |