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 <tcit@tcit.fr>
  • Loading branch information
tcitworld committed Mar 20, 2023
1 parent a3ca6be commit 6cd408a
Show file tree
Hide file tree
Showing 3 changed files with 1,256 additions and 1,196 deletions.
Loading

0 comments on commit 6cd408a

Please sign in to comment.