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 authored and szaimen committed Apr 17, 2023
1 parent b952066 commit c9a3129
Show file tree
Hide file tree
Showing 4 changed files with 1,256 additions and 1,197 deletions.
Loading

0 comments on commit c9a3129

Please sign in to comment.