mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #9066] Merge release 2.10.0 into 3.0.x #11345
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?
Original Pull Request: https://github.com/doctrine/orm/pull/9066
State: closed
Merged: Yes
Release Notes for 2.10.0
2.10.0
CI
Improvement
ForeignKeyConstraint::getColumns()thanks to @derrabusDBALExceptionthanks to @derrabusgetSchemaManager()thanks to @derrabusType::DATETIMEthanks to @derrabusfixSchemaElementName()thanks to @derrabusDriver::getName()thanks to @derrabusEM::wrapInTransaction()thanks to @simPodBug
EM::wrapInTransaction()thanks to @simPodDeprecation
Documentation
Deprecation,Improvement
9004: Use PSR-6 for accessing the query cache thanks to @derrabus
9002: Switch cache configuration to PSR-6 thanks to @derrabus
8984: Remove unnecessary
method_exists()checks thanks to @derrabus8964: DBAL 3 thanks to @derrabus
8957: Only wire ConnectionHelper if it's available thanks to @derrabus
8950: PHPStan 0.12.96 thanks to @derrabus
8948: Remove ImportCommand from console thanks to @derrabus
8947: Remove UUID generator strategy from fixtures thanks to @derrabus
8942: Remove remaining call to
prefersSequences()thanks to @derrabus8940: Remove calls to
EchoSQLLoggerthanks to @derrabus8937: Don't pass
falseas lock mode toappendLockHint()thanks to @derrabus8936: Reset Psalm baseline thanks to @derrabus
8934: Remove calls to
AbstractPlatform::getSQLResultCasing()thanks to @derrabus8932: Drop support for generating json array fields thanks to @greg0ire
8898: Throw exception NotSupported Exception for
UuidGeneratorwith doctr… thanks to @scyzoryck8887: Move
getSQLResultCasingcode into ORM from DBAL thanks to @beberlei8862: Change $this->assert* to self::assert* in unit tests thanks to @carnage
8841: Enable strict mode thanks to @greg0ire and @beberlei
8780: Fix usages of deprecated DBAL constants thanks to @derrabus
8419: Introduce
EntityManagerInterface#wrapInTransaction()thanks to @simPodBC Break,Deprecation
New Feature
Backporting
BC Break,Backporting
Backporting,Improvement