Update doctrine/orm from v2.6.3 to 2.10.3 #53
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here.
List of updated packages
Changelog
Here is a list of changes between the version you use, and the version this pull request updates to:
equal to
instead ofequal of
inassertSqlGeneration()
(#9195)const
s (#9158)wrapInTransaction()
method atEntityManagerInterface
(#9091)Comparison
andComposite
in JOIN conditions (#9022)EntityManagerInterface::get(Partial)Reference()
(#8922)note
. (#8987)getEntityChangeSet
return typehintEM::wrapInTransaction()
UuidGenerator
with doctrine/dbal:3.x. (#8898)EM::wrapInTransaction()
@return
type next to#[ReturnTypeWillChange]
Doctrine\ORM\EntityManagerInterface#wrapInTransaction()
$_attributes
property inConfiguration
class that has been removed in doctrine/dbal:3.xarray_walk()
is_array
check on a type that can only have two possible states - usinginstanceof
insteadarray_key_exists()
calls, using??
operator insteadPersistentCollection
diffing operationsfields
to Index (#8830)return
statementUNIQUE INDEX
to generated SQL schemadefault
(#8671)notnull
field import (#8649)tmpdb_
toprivileged_db
in test config and TestUtilT
from class metadata (#8398)datetime_immutable
DBAL type for\DateTimeImmutable
instance parameters (#8328)getIterable()
totoIterable()
(part 2) (#8293)getIterable()
on AbstractQuery (#7885)mysqli
is used with discriminator column that is not a string (#8055)clear
.WhereInWalker
is being usedWhereInWalker
runPersisterHelper
to figure out identifier typesPersisterHelper#getTypeOfField()
array return typeDoctrine\ORM\Mapping\ClassMetadataInfo#getTypeOfColumn()
Paginator
to theWhereInWalker
, which already has access to class metadata for the root of the selection (and can reliably detect the root of the selection too)WHERE IN(?)
queries before binding parametersThis is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.