mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12262] [MERGED] Address default expression deprecation #13623
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/12262
Author: @greg0ire
Created: 11/9/2025
Status: ✅ Merged
Merged: 11/10/2025
Merged by: @greg0ire
Base:
3.5.x← Head:address-dbal-depr📝 Commits (1)
c502190Address default expression deprecation📊 Changes
2 files changed (+80 additions, -0 deletions)
View changed files
📝
src/Tools/SchemaTool.php(+37 -0)➕
tests/Tests/ORM/Functional/DefaultTimeExpressionTest.php(+43 -0)📄 Description
This addresses the deprecation introduced in
https://github.com/doctrine/dbal/pull/7195
A follow-up should be to deprecate not using these value objects in field mappings, so that we do not just reproduce the same checks that the DBAL wants to remove.
Relates to #12252
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.