[PR #345] [MERGED] Fixed DDC-1802 #8058

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/345
Author: @hason
Created: 5/2/2012
Status: Merged
Merged: 5/4/2012
Merged by: @guilhermeblanco

Base: masterHead: DDC-1802


📝 Commits (2)

  • 3ab6ad2 DDC-1802 fixed parsing: FunctionDeclaration "NOT" ("LIKE" | "IN" | "BETWEEN")
  • 3d85239 DDC-1802 removed unnecessary tokens T_SIZE and T_MOD

📊 Changes

5 files changed (+70 additions, -21 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/AST/Functions/ModFunction.php (+1 -1)
📝 lib/Doctrine/ORM/Query/AST/Functions/SizeFunction.php (+1 -1)
📝 lib/Doctrine/ORM/Query/Lexer.php (+11 -13)
📝 lib/Doctrine/ORM/Query/Parser.php (+15 -6)
📝 tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php (+42 -0)

📄 Description

http://www.doctrine-project.org/jira/browse/DDC-1802.


🔄 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/345 **Author:** [@hason](https://github.com/hason) **Created:** 5/2/2012 **Status:** ✅ Merged **Merged:** 5/4/2012 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `DDC-1802` --- ### 📝 Commits (2) - [`3ab6ad2`](https://github.com/doctrine/orm/commit/3ab6ad23ad16497be818d26fce01a76309c5cba4) DDC-1802 fixed parsing: FunctionDeclaration "NOT" ("LIKE" | "IN" | "BETWEEN") - [`3d85239`](https://github.com/doctrine/orm/commit/3d852397db224f2e5a39625a270a4cb576ff65bf) DDC-1802 removed unnecessary tokens T_SIZE and T_MOD ### 📊 Changes **5 files changed** (+70 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/AST/Functions/ModFunction.php` (+1 -1) 📝 `lib/Doctrine/ORM/Query/AST/Functions/SizeFunction.php` (+1 -1) 📝 `lib/Doctrine/ORM/Query/Lexer.php` (+11 -13) 📝 `lib/Doctrine/ORM/Query/Parser.php` (+15 -6) 📝 `tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php` (+42 -0) </details> ### 📄 Description http://www.doctrine-project.org/jira/browse/DDC-1802. --- <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:11 +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#8058