[PR #505] [MERGED] Fix errors in JoinClassPathExpression and SqlWalker #8297

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/505
Author: @BenMorel
Created: 11/5/2012
Status: Merged
Merged: 11/6/2012
Merged by: @guilhermeblanco

Base: masterHead: fix-errors


📝 Commits (1)

📊 Changes

2 files changed (+2 additions, -4 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/AST/JoinClassPathExpression.php (+1 -1)
📝 lib/Doctrine/ORM/Query/SqlWalker.php (+1 -3)

📄 Description

  • Fixes a typo in a variable name in JoinClassPathExpression::dispatch()
  • Fixes an exception throw: QueryException::invalidPathExpression() expects a PathExpression, not a string
  • Removes two references to an undefined class AST\ArithmeticPrimary

🔄 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/505 **Author:** [@BenMorel](https://github.com/BenMorel) **Created:** 11/5/2012 **Status:** ✅ Merged **Merged:** 11/6/2012 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `fix-errors` --- ### 📝 Commits (1) - [`88b29a4`](https://github.com/doctrine/orm/commit/88b29a4e590c46efa69f9609eb5ee8b280016320) Fixed errors: ### 📊 Changes **2 files changed** (+2 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/AST/JoinClassPathExpression.php` (+1 -1) 📝 `lib/Doctrine/ORM/Query/SqlWalker.php` (+1 -3) </details> ### 📄 Description - Fixes a typo in a variable name in JoinClassPathExpression::dispatch() - Fixes an exception throw: QueryException::invalidPathExpression() expects a PathExpression, not a string - Removes two references to an undefined class AST\ArithmeticPrimary --- <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:59:16 +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#8297