Skip to content

PaginatedCriteriaBuilder with order by containing parameter fails #2074

@beikov

Description

@beikov

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions