Commit 8ea8bb40 authored by rocksfrow's avatar rocksfrow Committed by Steve Müller

fixed typo in my comment

parent b0640eda
...@@ -55,7 +55,7 @@ class Driver extends AbstractPostgreSQLDriver ...@@ -55,7 +55,7 @@ class Driver extends AbstractPostgreSQLDriver
/* defining client_encoding via SET NAMES to avoid inconsistent DSN support /* defining client_encoding via SET NAMES to avoid inconsistent DSN support
* - the 'client_encoding' connection param only works with postgres >= 9.1 * - the 'client_encoding' connection param only works with postgres >= 9.1
* - also, padding client_encoding via the 'options' param breaks pgbouncer support * - passing client_encoding via the 'options' param breaks pgbouncer support
*/ */
if (isset($params['charset'])) { if (isset($params['charset'])) {
$pdo->query('SET NAMES \''.$params['charset'].'\''); $pdo->query('SET NAMES \''.$params['charset'].'\'');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment