Skip to content

Commit

Permalink
fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that …
Browse files Browse the repository at this point in the history
…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 13, 2023
1 parent 8f0849a commit f2756b3
Show file tree
Hide file tree
Showing 3 changed files with 1,254 additions and 1,194 deletions.
Loading

0 comments on commit f2756b3

Please sign in to comment.