mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #12265] [MERGED] Merge 2.20.x up into 3.5.x #13630
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.x← Head:3.5.x📝 Commits (9)
b24586bfix: handling of empty array in SQL condition generation23f2286chore: update phpstan version and regenerate baselinec8ebea7Bump doctrine/.github from 12.1.0 to 12.2.0ca8147bMerge pull request #12257 from doctrine/dependabot/github_actions/2.20.x/doctrine/dot-github-12.2.032d1e97chore: improve empty array check in SQL condition generation4989ca6test: add test for finding by nullable field with empty array9ef0f53fix: update SQL condition for empty array to 1=0 instead of IN (NULL)5bff091Merge pull request #12254 from elliotbruneel/fix/empty-array-queryb138395Merge 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.