Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-03-01 16:06:22 +0300
committerHannah von Reth <vonreth@kde.org>2022-03-10 13:51:30 +0300
commitd47a1483c01fc4ad4594ff32bbe517e03d81d26e (patch)
tree7885ca4e0794718a7d3753b23ba59d431b0ab4de /changelog
parent145b7404b4dced52d7c4b6ebc1e424b54a142c6c (diff)
Don't load folder if we encounter a db error
Fixes: #9147
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/91477
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog/unreleased/9147 b/changelog/unreleased/9147
new file mode 100644
index 000000000..588345ff5
--- /dev/null
+++ b/changelog/unreleased/9147
@@ -0,0 +1,7 @@
+Bugfix: Fix crash if a database error occurs
+
+We no longer crash if a database error occurs on startup,
+instead the folder will enter an error sate similar to the case
+that the folder does not exist.
+
+https://github.com/owncloud/client/issues/9147