[PR #12265] [MERGED] Merge 2.20.x up into 3.5.x #13630

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/12265
Author: @greg0ire
Created: 11/10/2025
Status: Merged
Merged: 11/10/2025
Merged by: @greg0ire

Base: 3.5.xHead: 3.5.x


📝 Commits (9)

  • b24586b fix: handling of empty array in SQL condition generation
  • 23f2286 chore: update phpstan version and regenerate baseline
  • c8ebea7 Bump doctrine/.github from 12.1.0 to 12.2.0
  • ca8147b Merge pull request #12257 from doctrine/dependabot/github_actions/2.20.x/doctrine/dot-github-12.2.0
  • 32d1e97 chore: improve empty array check in SQL condition generation
  • 4989ca6 test: add test for finding by nullable field with empty array
  • 9ef0f53 fix: update SQL condition for empty array to 1=0 instead of IN (NULL)
  • 5bff091 Merge pull request #12254 from elliotbruneel/fix/empty-array-query
  • b138395 Merge remote-tracking branch 'origin/2.20.x' into 3.5.x

📊 Changes

9 files changed (+82 additions, -17 deletions)

View changed files

📝 .github/workflows/coding-standards.yml (+1 -1)
📝 .github/workflows/composer-lint.yml (+1 -1)
📝 .github/workflows/documentation.yml (+1 -1)
📝 .github/workflows/release-on-milestone-closed.yml (+1 -1)
📝 composer.json (+1 -1)
📝 phpstan-baseline.neon (+12 -12)
📝 src/Persisters/Entity/BasicEntityPersister.php (+5 -0)
tests/Tests/ORM/Functional/Ticket/GH12254Test.php (+54 -0)
📝 tests/Tests/ORM/Persisters/BasicEntityPersisterTypeValueSqlTest.php (+6 -0)

📄 Description

No description provided


🔄 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/12265 **Author:** [@greg0ire](https://github.com/greg0ire) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/10/2025 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `3.5.x` ← **Head:** `3.5.x` --- ### 📝 Commits (9) - [`b24586b`](https://github.com/doctrine/orm/commit/b24586b1b53d141169a3be381eb64515b5adff65) fix: handling of empty array in SQL condition generation - [`23f2286`](https://github.com/doctrine/orm/commit/23f22860f1a5415d6a5465a3070464083abfedee) chore: update phpstan version and regenerate baseline - [`c8ebea7`](https://github.com/doctrine/orm/commit/c8ebea77f07276b4f4430712d47f40909becc522) Bump doctrine/.github from 12.1.0 to 12.2.0 - [`ca8147b`](https://github.com/doctrine/orm/commit/ca8147b1486e9d6706becb4a5f5860005ca4be27) Merge pull request #12257 from doctrine/dependabot/github_actions/2.20.x/doctrine/dot-github-12.2.0 - [`32d1e97`](https://github.com/doctrine/orm/commit/32d1e97ce7b0be4c9b24f9df39b7bd8da3d03258) chore: improve empty array check in SQL condition generation - [`4989ca6`](https://github.com/doctrine/orm/commit/4989ca6f1566b6929cc81b4b746b64ec889e0174) test: add test for finding by nullable field with empty array - [`9ef0f53`](https://github.com/doctrine/orm/commit/9ef0f5301b2176d093a6289961414db26c993282) fix: update SQL condition for empty array to 1=0 instead of IN (NULL) - [`5bff091`](https://github.com/doctrine/orm/commit/5bff0919a78c86238536a9b5396024fe3603b5d1) Merge pull request #12254 from elliotbruneel/fix/empty-array-query - [`b138395`](https://github.com/doctrine/orm/commit/b138395194488ec4624cab55f9ca0059fb322934) Merge remote-tracking branch 'origin/2.20.x' into 3.5.x ### 📊 Changes **9 files changed** (+82 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/coding-standards.yml` (+1 -1) 📝 `.github/workflows/composer-lint.yml` (+1 -1) 📝 `.github/workflows/documentation.yml` (+1 -1) 📝 `.github/workflows/release-on-milestone-closed.yml` (+1 -1) 📝 `composer.json` (+1 -1) 📝 `phpstan-baseline.neon` (+12 -12) 📝 `src/Persisters/Entity/BasicEntityPersister.php` (+5 -0) ➕ `tests/Tests/ORM/Functional/Ticket/GH12254Test.php` (+54 -0) 📝 `tests/Tests/ORM/Persisters/BasicEntityPersisterTypeValueSqlTest.php` (+6 -0) </details> ### 📄 Description _No description provided_ --- <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:17:51 +01:00
admin closed this issue 2026-01-22 16:17:52 +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#13630