mirror of
https://github.com/dg/dibi.git
synced 2025-08-04 21:28:02 +02:00
SqlsrvDriver: php7 compatibility
This commit is contained in:
@@ -72,7 +72,7 @@ class SqlsrvDriver implements Dibi\Driver, Dibi\ResultDriver
|
|||||||
$this->connection = $config['resource'];
|
$this->connection = $config['resource'];
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$options = & $config['options'];
|
$options = $config['options'];
|
||||||
|
|
||||||
// Default values
|
// Default values
|
||||||
if (!isset($options['CharacterSet'])) {
|
if (!isset($options['CharacterSet'])) {
|
||||||
|
Reference in New Issue
Block a user