Skip to content

Commit

Permalink
Merge pull request #1948 from alcaeus/optimize-nested-collection-dele…
Browse files Browse the repository at this point in the history
…tions

[1.3] Optimize nested collection deletions
  • Loading branch information
alcaeus authored Feb 7, 2019
2 parents 5f461f4 + f122613 commit f6ed407
Show file tree
Hide file tree
Showing 4 changed files with 838 additions and 12 deletions.
7 changes: 7 additions & 0 deletions UPGRADE-1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ cause an exception in 2.0. It is possible to have multiple fields with the same
name in the database as long as all but one of them have the `notSaved` option
set.

## Persisters

* The `delete` and `update` methods in
`Doctrine\ODM\MongoDB\Persisters\CollectionPersister` are deprecated. Use
`deleteAll` and `updateAll` instead. The method signatures will be adapted
to match those of `deleteAll` and `updateAll` in 2.0.

## Proxies

* The usage of proxies from Doctrine Common was deprecated and will be replaced
Expand Down
Loading

0 comments on commit f6ed407

Please sign in to comment.