|
@@ -582,7 +582,7 @@ abstract class PDOConnection extends Connection
|
|
|
if (!empty($config['trigger_sql'])) {
|
|
|
$this->trigger('CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn']);
|
|
|
}
|
|
|
-var_dump($this->links[$linkNum]);die;
|
|
|
+
|
|
|
return $this->links[$linkNum];
|
|
|
} catch (\PDOException $e) {
|
|
|
if ($autoConnection) {
|