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 10, 2023
1 parent d9cd8b1 commit 4cf6aa8
Show file tree
Hide file tree
Showing 3 changed files with 1,254 additions and 1,194 deletions.
Loading

0 comments on commit 4cf6aa8

Please sign in to comment.