Skip to content

Commit

Permalink
Refactor fetch oci lob fields
Browse files Browse the repository at this point in the history
  • Loading branch information
miramir committed Apr 30, 2015
1 parent 67e686e commit 1fede4f
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 255 deletions.
2 changes: 1 addition & 1 deletion Oci8.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function __construct($dsn, $username, $password, $options = [])
$dbName = $this->parseDsn($dsn, 'dbname');
$charset = $this->parseDsn($dsn, 'charset', 'AL32UTF8');

$this->connect($username, $password, $dbName, $charset, $options);
$this->connect($username, $password, $dbName, $charset, $options ?: []);

// Save the options
$this->options = $options;
Expand Down
Loading

0 comments on commit 1fede4f

Please sign in to comment.