[PR #983] [MERGED] Added MEMBER OF and INSTANCE OF to ExpressionBuilder #8996

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/983
Author: @holtkamp
Created: 3/19/2014
Status: Merged
Merged: 3/20/2014
Merged by: @guilhermeblanco

Base: masterHead: patch-new-dql-in-expression-builder


📝 Commits (3)

  • 400f420 Added MEMBER OF and INSTANCE OF helpers to ExpressionBuilder
  • 56e879b Removed double linebreaks
  • 262e465 Processed code-review feedback

📊 Changes

2 files changed (+39 additions, -0 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/Expr.php (+26 -0)
📝 tests/Doctrine/Tests/ORM/Query/ExprTest.php (+13 -0)

📄 Description

As announced in https://groups.google.com/forum/#!topic/doctrine-dev/GhusGQDUU7Q


🔄 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/983 **Author:** [@holtkamp](https://github.com/holtkamp) **Created:** 3/19/2014 **Status:** ✅ Merged **Merged:** 3/20/2014 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `patch-new-dql-in-expression-builder` --- ### 📝 Commits (3) - [`400f420`](https://github.com/doctrine/orm/commit/400f420925eea9d50eee9ea3d78a847b381865ce) Added MEMBER OF and INSTANCE OF helpers to ExpressionBuilder - [`56e879b`](https://github.com/doctrine/orm/commit/56e879b7aab45f3f6b2e58d8de1ec72e82b8a920) Removed double linebreaks - [`262e465`](https://github.com/doctrine/orm/commit/262e465e39116f7fe0554d3b45766fb9ec814ca3) Processed code-review feedback ### 📊 Changes **2 files changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/Expr.php` (+26 -0) 📝 `tests/Doctrine/Tests/ORM/Query/ExprTest.php` (+13 -0) </details> ### 📄 Description As announced in https://groups.google.com/forum/#!topic/doctrine-dev/GhusGQDUU7Q --- <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 16:02:42 +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#8996