mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
How about query WITH support by QueryBuilder? #6609
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 @kulavvy on GitHub (Jan 20, 2021).
Basic example:
More info:
https://www.postgresql.org/docs/9.5/queries-with.html
@dbrumann commented on GitHub (Jan 22, 2021):
I don't think MySQL < 8.0 supports
WITH. That means Doctrine would need to support an alternative for older MySQL versions, which seems like a lot of work. As far as I can tell it would make more sense to provide this via an extension similar to beberlei/DoctrineExtensions