Compare commits

..

1 commit

Author SHA1 Message Date
rxu
7227649273
Merge d8bbe3e58c into 9adb7eb9fe 2025-05-29 15:13:55 +00:00
2 changed files with 1 additions and 2 deletions

View file

@ -478,7 +478,7 @@ class doctrine implements tools_interface
catch (Exception $e)
{
// @todo: check if it makes sense to properly handle the exception
return $e->getMessage();
return false;
}
}

View file

@ -405,7 +405,6 @@ class database
}
// Check if database version is supported
/** @psalm-suppress UndefinedInterfaceMethod */
$db_server_version = $doctrine_db->getWrappedConnection()->getServerVersion();
switch ($dbms)
{