Fix on merging PDO_IBM options
This commit is contained in:
parent
865fa6e48a
commit
22482cff22
@ -61,7 +61,7 @@ class IBMConnector extends Connector implements ConnectorInterface
|
||||
break;
|
||||
}
|
||||
|
||||
$options = array_merge($this->getOptions($config), $options) ;
|
||||
$options = $this->getOptions($config) + $options;
|
||||
|
||||
$connection = $this->createConnection($dsn, $config, $options);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user