mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Add support for 'select null' #7407
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 @duzenko on GitHub (Aug 12, 2024).
Feature Request
Summary
Please support `select null as columnName from entityAlias' in DQL syntax
This is useful when porting custom business SQL to ORM
Ugly workaround is https://github.com/doctrine/orm/issues/1670#issuecomment-591495663
@derrabus commented on GitHub (Aug 12, 2024):
Please send a PR.