]> source.dussan.org Git - nextcloud-server.git/commit
on mssql the schema migration sometimes fails due to an already existing transaction...
authorThomas Mueller <thomas.mueller@tmit.eu>
Sun, 24 Nov 2013 22:13:23 +0000 (23:13 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 26 Nov 2013 21:39:01 +0000 (22:39 +0100)
commit4fbc2774ef4c1c8962ad9129e522e13a19938120
treebde9e85d7875bd741407327e1ac31ca99ed1486b
parent4f15282bc998bb68896b5df67f4f749dd435897d
on mssql the schema migration sometimes fails due to an already existing transaction - error: 'New transaction is not allowed because there are other threads running in the session.'
The solution is to simple reconnect to the database to start with a fresh connection
lib/private/db/mdb2schemamanager.php