DbConnection: respect charset parameter

refs #10359
This commit is contained in:
Thomas Gelf 2015-10-14 15:12:20 +02:00
parent da744caaef
commit f88bd525f1
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ class DbConnection implements Selectable, Extensible, Updatable, Reducible, Insp
'username' => $this->config->username,
'password' => $this->config->password,
'dbname' => $this->config->dbname,
'charset' => $this->config->charset,
'persistent' => (bool) $this->config->get('persistent', false),
'options' => & $genericAdapterOptions,
'driver_options' => & $driverOptions