From c9a3129cb4e33efab6b65af37a2e7de117153788 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 10 Feb 2023 12:17:27 +0100 Subject: fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that 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 --- build/psalm-baseline.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'build/psalm-baseline.xml') diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 7b093cc1a4e..ac3c786f5a6 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -130,7 +130,6 @@ null - null -- cgit v1.2.3