File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The class `Doctrine\ORM\Mapping\Driver\DatabaseDriver` is deprecated without rep
33
33
34
34
Output walkers should implement the new ` \Doctrine\ORM\Query\OutputWalker ` interface and create
35
35
` Doctrine\ORM\Query\Exec\SqlFinalizer ` instances instead of ` Doctrine\ORM\Query\Exec\AbstractSqlExecutor ` s.
36
- The output walker must not base its workings on the query ` firstResult ` /` maxResult ` values, so that the
36
+ The output walker must not base its workings on the query ` firstResult ` /` maxResult ` values, so that the
37
37
` SqlFinalizer ` can be kept in the query cache and used regardless of the actual ` firstResult ` /` maxResult ` values.
38
38
Any operation dependent on ` firstResult ` /` maxResult ` should take place within the ` SqlFinalizer::createExecutor() `
39
39
method. Details can be found at https://github.com/doctrine/orm/pull/11188 .
@@ -144,7 +144,7 @@ WARNING: This was relaxed in ORM 3.2 when partial was re-allowed for array-hydra
144
144
` Doctrine\ORM\Query::HINT_FORCE_PARTIAL_LOAD ` are removed.
145
145
- ` Doctrine\ORM\EntityManager*::getPartialReference() ` is removed.
146
146
147
- ## BC BREAK: Enforce ArrayCollection Type on ` \Doctrine\ORM\QueryBuilder::setParameters(ArrayCollection $parameters) `
147
+ ## BC BREAK: Enforce ArrayCollection Type on ` \Doctrine\ORM\QueryBuilder::setParameters(ArrayCollection $parameters) `
148
148
149
149
The argument $parameters can no longer be a key=>value array. Only ArrayCollection types are allowed.
150
150
You can’t perform that action at this time.
0 commit comments