doctrine / orm

Doctrine Object Relational Mapper (ORM)
https://www.doctrine-project.org/projects/orm.html
MIT License
9.93k stars 2.52k forks source link

Add support for 'select null' #11571

Open duzenko opened 3 months ago

duzenko commented 3 months ago

Feature Request

Q A
New Feature yes
RFC ?
BC Break no

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 3 months ago

Please send a PR.