mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12253] [MERGED] Merge 3.6.x up into 4.0.x #13625
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/12253
Author: @greg0ire
Created: 10/29/2025
Status: ✅ Merged
Merged: 10/29/2025
Merged by: @greg0ire
Base:
4.0.x← Head:4.0.x📝 Commits (10+)
3e34b8eAdd a test to reproduce the issuee7e2fefFix creation of the count query, to that a new RSM is being created4372595Fix CS048e308Fix DQL JOIN syntax in two test casesf8186b1Merge pull request #12200 from mpdude/fix-invalid-dql-test-casea939dc2[GH-9219] Add support for toIterable over mixed or scalar results. (#12187)a9bd00aImprove migration docs from ORM 2 to 3. (#12207)d3e1440Handle quoted PK columns properly on DBAL 4 (#12208)f1a8ee1Add deprecation messages for two methods that were only annotated as being@deprecated64cd5caMerge remote-tracking branch 'origin/2.20.x' into 3.5.x📊 Changes
96 files changed (+1326 additions, -506 deletions)
View changed files
📝
.github/workflows/coding-standards.yml(+1 -1)➕
.github/workflows/composer-lint.yml(+20 -0)📝
.github/workflows/continuous-integration.yml(+9 -5)📝
.github/workflows/documentation.yml(+1 -1)📝
.github/workflows/release-on-milestone-closed.yml(+1 -1)📝
UPGRADE.md(+74 -0)📝
composer.json(+43 -23)📝
docs/.gitignore(+1 -1)➖
docs/Makefile(+0 -24)📝
docs/README.md(+4 -8)📝
docs/composer.json(+2 -3)📝
docs/en/cookbook/dql-custom-walkers.rst(+11 -3)📝
docs/en/index.rst(+0 -1)📝
docs/en/reference/advanced-configuration.rst(+1 -1)📝
docs/en/reference/architecture.rst(+1 -1)📝
docs/en/reference/dql-doctrine-query-language.rst(+13 -6)📝
docs/en/reference/filters.rst(+1 -1)📝
docs/en/reference/limitations-and-known-issues.rst(+8 -0)📝
docs/en/reference/second-level-cache.rst(+2 -2)📝
docs/en/reference/security.rst(+1 -1)...and 76 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.