mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Window functions #5348
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 @ymarillet on GitHub (Dec 16, 2016).
Originally assigned to: @Ocramius on GitHub.
Hello everyone,
Does anyone know if there is any plan to make window functions available in Doctrine ?
@Ma27 commented on GitHub (Dec 17, 2016):
doctrine supports many SQL database platforms and it seems as not each of them supports window functions, so it's unlikely that doctrine will provide native support for that.
If you'd like to do vendor-specific queries, there are two options:
@Ocramius commented on GitHub (Dec 17, 2016):
Indeed, just go with SQL when doing this sort of stuff.
Closing here as
Can't Fix