Skip to content

Commit 22482cf

Browse files
author
Maxime Rault
committed
Fix on merging PDO_IBM options
1 parent 865fa6e commit 22482cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connectors/IBMConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function connect(array $config)
6161
break;
6262
}
6363

64-
$options = array_merge($this->getOptions($config), $options) ;
64+
$options = $this->getOptions($config) + $options;
6565

6666
$connection = $this->createConnection($dsn, $config, $options);
6767

0 commit comments

Comments
 (0)