]> source.dussan.org Git - nextcloud-server.git/commit
fix(db): Prevent two connections for single node databases 45013/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 24 Apr 2024 09:41:30 +0000 (11:41 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 28 May 2024 08:38:36 +0000 (10:38 +0200)
commit3bfba2042c0397452193e9b6f1fa4bd1596b17a6
tree60a1cb4b7f8ca8540738f0178898319c1c887cd7
parentf0ec5489a444ced8d8794b93abf42a3de973cf54
fix(db): Prevent two connections for single node databases

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/DB/Connection.php
tests/lib/DB/ConnectionTest.php [new file with mode: 0644]