Skip to content

Make QueryBuilder implement Selectable #10925

Open
@cbichis

Description

@cbichis

Hi,

There is any reason for which QueryBuilder does not implement Doctrine\Common\Collections\Selectable?

As obviously we can do:

$qb->addCriteria($criteria);

Where I find this useful? On using the QueryBuilder for Paginator with the Selectable + filtering/ordering: https://www.doctrine-project.org/projects/doctrine-module/en/5.3/paginator.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions