qqq
This commit is contained in:
@@ -347,11 +347,7 @@ class Connection extends Component
|
|||||||
PDO::ATTR_TIMEOUT => $this->connect_timeout,
|
PDO::ATTR_TIMEOUT => $this->connect_timeout,
|
||||||
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES ' . $this->charset
|
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES ' . $this->charset
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$link = new PDO('mysql:dbname=' . $this->database . ';host=' . $this->cds, $this->username, $this->password, $options);
|
$link = new PDO('mysql:dbname=' . $this->database . ';host=' . $this->cds, $this->username, $this->password, $options);
|
||||||
foreach ($this->attributes as $key => $attribute) {
|
|
||||||
$link->setAttribute($key, $attribute);
|
|
||||||
}
|
|
||||||
return [$link, time()];
|
return [$link, time()];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user