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

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/164
Author: @asm89
Created: 10/21/2011
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • c501714 Update lib/Doctrine/ORM/Query/AST/SimpleSelectExpression.php

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/AST/SimpleSelectExpression.php (+1 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/164 **Author:** [@asm89](https://github.com/asm89) **Created:** 10/21/2011 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`c501714`](https://github.com/doctrine/orm/commit/c501714b68139aeb9bf629bca8ca42dc9683ca91) Update lib/Doctrine/ORM/Query/AST/SimpleSelectExpression.php ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/AST/SimpleSelectExpression.php` (+1 -0) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:56:56 +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#7799