diff --git a/System/Pool/Connection.php b/System/Pool/Connection.php index 916ffe18..ef1f6048 100644 --- a/System/Pool/Connection.php +++ b/System/Pool/Connection.php @@ -241,9 +241,7 @@ class Connection extends Pool try { if (empty($client) || !($client instanceof PDO)) { $result = false; - } else if (!$client->getAttribute(PDO::ATTR_SERVER_INFO)) { - $result = false; - } else { + } else { $result = true; } } catch (Error | Throwable $exception) {