Skip to content

Commit

Permalink
refactor(dav): put every method from OCA\DAV\CalDAV\CalDAVBackend tha…
Browse files Browse the repository at this point in the history
…t does multiple DB calls in transactions

In a lot of methods we're doing read-after-writes (for instance calling
updateProperties after touching calendar objects).
There's also a lot of deleting methods that do stuff sequentially which
could cause trouble.
This should avoid this kind of issues.

Signed-off-by: Thomas Citharel <[email protected]>
  • Loading branch information
tcitworld committed Feb 3, 2023
1 parent 1fed799 commit 03b3fe7
Showing 1 changed file with 838 additions and 803 deletions.
Loading

0 comments on commit 03b3fe7

Please sign in to comment.