[PR #438] [CLOSED] Fixed Parser problem for SELECT (((3))) as .... #8194

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/438
Author: @stefanklug
Created: 9/7/2012
Status: Closed

Base: 2.2Head: 2.2-parserFix


📝 Commits (3)

  • 6ada5a0 Fixed Parser problem for SELECT (((3))) as ....
  • 6826935 fix for failing tests
  • 1663da4 added test case

📊 Changes

2 files changed (+7 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/Parser.php (+2 -1)
📝 tests/Doctrine/Tests/ORM/Query/LanguageRecognitionTest.php (+5 -0)

📄 Description

where the ((( would be incorrectly treated as function


🔄 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/438 **Author:** [@stefanklug](https://github.com/stefanklug) **Created:** 9/7/2012 **Status:** ❌ Closed **Base:** `2.2` ← **Head:** `2.2-parserFix` --- ### 📝 Commits (3) - [`6ada5a0`](https://github.com/doctrine/orm/commit/6ada5a0893ef8c384923f01c945035cdec4f9f25) Fixed Parser problem for SELECT (((3))) as .... - [`6826935`](https://github.com/doctrine/orm/commit/68269358a5a5d89e06b37d9b4758e79708461b65) fix for failing tests - [`1663da4`](https://github.com/doctrine/orm/commit/1663da404324a212c22fdeb7039f2ac74490053f) added test case ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/Parser.php` (+2 -1) 📝 `tests/Doctrine/Tests/ORM/Query/LanguageRecognitionTest.php` (+5 -0) </details> ### 📄 Description where the ((( would be incorrectly treated as function --- <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:58:50 +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#8194