1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-18 03:41:30 +02:00

Merge pull request #213 from castamir/php7sqlsrv

SqlsrvDriver: php7 compatibility
This commit is contained in:
David Grudl
2016-03-20 16:34:36 +01:00

View File

@@ -72,7 +72,7 @@ class SqlsrvDriver implements Dibi\Driver, Dibi\ResultDriver
$this->connection = $config['resource'];
} else {
$options = & $config['options'];
$options = $config['options'];
// Default values
if (!isset($options['CharacterSet'])) {