mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Feature Request: PARTITION BY #7364
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (May 7, 2024).
Feature Request
Summary
Being able to use "PARTITION BY" in $this->createQueryBuilder()->select().
it would help to take away the need to build a workaround for a query that is using this:
@garak commented on GitHub (May 7, 2024):
I support that, but I think it should be more general and include broader support for window functions.
I see that this was already proposed and rejected in #6175 but maybe it should be reconsidered now.
By the way, all the DBMSs supported by doctrine/dbal have now support for window functions, which are not "vendor-specific" (like mentioned in the issue above)