Skip to content

Commit

Permalink
Merge pull request #3 from intersvyaz/fetch_lobs
Browse files Browse the repository at this point in the history
Refactor fetch oci lob fields
  • Loading branch information
miramir committed Apr 30, 2015
2 parents 67e686e + 1fede4f commit 6e6623a
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 6e6623a

Please sign in to comment.