[PR #822] [CLOSED] DDC-2748 DQL expression "in" not working with Collection #8752

Closed
opened 2026-01-22 16:01:33 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/822
Author: @mnapoli
Created: 10/18/2013
Status: Closed

Base: masterHead: DDC-2748


📝 Commits (2)

  • 95c6f6c Fix for DDC-2748 DQL expression "in" not working with Collection
  • d9d34d5 Code formatting

📊 Changes

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

View changed files

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

📄 Description

Fix + tests for DDC-2748

DQL expression "in" not working with Collection
Using $qb->expr()->in() with a Collection, will result in an empty array sent.


🔄 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/822 **Author:** [@mnapoli](https://github.com/mnapoli) **Created:** 10/18/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `DDC-2748` --- ### 📝 Commits (2) - [`95c6f6c`](https://github.com/doctrine/orm/commit/95c6f6ce6d59b4b886cf5f9b3348b851443557ba) Fix for DDC-2748 DQL expression "in" not working with Collection - [`d9d34d5`](https://github.com/doctrine/orm/commit/d9d34d57cfbe72b9f7aca34f9dbabf351b348886) Code formatting ### 📊 Changes **2 files changed** (+25 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/Expr.php` (+12 -0) 📝 `tests/Doctrine/Tests/ORM/Query/ExprTest.php` (+13 -0) </details> ### 📄 Description Fix + tests for [DDC-2748](http://www.doctrine-project.org/jira/browse/DDC-2748) > DQL expression "in" not working with Collection > Using $qb->expr()->in() with a Collection, will result in an empty array sent. --- <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:01:33 +01:00
admin closed this issue 2026-01-22 16:01:34 +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#8752