You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seem like com.blazebit.persistence.impl.PaginatedCriteriaBuilderImpl#buildImplicitGroupByClauses processes order by items and throws an exception if an order by item has a parameter. If a group by clause is not needed in the end, the presence of a parameter is fine though. The check needs to become more lenient.
Note that this is especially a problem for the usage of pgvector: #1879