[PR #164] Update lib/Doctrine/ORM/Query/AST/SimpleSelectExpression.php #7804

Closed
opened 2026-01-22 15:56:56 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/164

State: closed
Merged: No


A public property $hiddenAliasResultVariable was added to SelectExpression in ebe93381. It should also be added to SimpleSelectExpression to allow for more advanced custom query walking like here:
https://github.com/beberlei/DoctrineExtensions/blob/master/lib/DoctrineExtensions/Paginate/LimitSubqueryWalker.php#L71

Right now the missing property is causing a crash when using the Paginate extension of beberlei.

**Original Pull Request:** https://github.com/doctrine/orm/pull/164 **State:** closed **Merged:** No --- A public property $hiddenAliasResultVariable was added to `SelectExpression` in ebe93381. It should also be added to SimpleSelectExpression to allow for more advanced custom query walking like here: https://github.com/beberlei/DoctrineExtensions/blob/master/lib/DoctrineExtensions/Paginate/LimitSubqueryWalker.php#L71 Right now the missing property is causing a crash when using the Paginate extension of beberlei.
admin added the pull-request label 2026-01-22 15:56:56 +01:00
admin closed this issue 2026-01-22 15:56:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#7804