4d9fb70114
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. |
||
---|---|---|
.. | ||
src | ||
hibernate-core.gradle |