We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32be149 commit ca2c195Copy full SHA for ca2c195
src/Connectors/IBMConnector.php
@@ -16,7 +16,7 @@ class IBMConnector extends DB2Connector
16
*/
17
protected function getDsn(array $config)
18
{
19
- $dsn = "ibm:{$config['database']}";
+ $dsn = "ibm:DRIVER={$config['driverName']};DATABASE={$config['database']};HOSTNAME={$config['host']};PORT={$config['port']};PROTOCOL=TCPIP;";
20
21
return $dsn;
22
}
0 commit comments