You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->getDeferred()->fail(newInitializationException("Could not connect to {$this->config->connectionString()}: {$this->connInfo->errorState}{$this->connInfo->errorMsg}"));
665
+
$this->getDeferred()->fail(newInitializationException("Could not connect to {$this->config->getConnectionString()}: {$this->connInfo->errorState}{$this->connInfo->errorMsg}"));
666
+
return;
673
667
}
668
+
669
+
if ($this->result === null && empty($this->deferreds)) {
670
+
// connection killed without pending query or active result
0 commit comments