hibernate-orm/hibernate-core
Guillaume Smet 4d9fb70114 HHH-12290 Expand ordinal parameters to ordinal parameters
They used to be expanded to named parameters which causes problem with
strict JPA compliance as named and positional parameters cannot be
mixed.

The first value is replaced by the very same initial parameter position to avoid
gaps (these are not supported), then we replace the other values with max position
+ increment.
2018-03-14 11:14:25 -05:00
..
src HHH-12290 Expand ordinal parameters to ordinal parameters 2018-03-14 11:14:25 -05:00
hibernate-core.gradle HHH-11253 Revert dependency change on Javassist: still needed 2018-03-02 16:46:41 +00:00