Commit 94277fcf authored by zYne's avatar zYne

Removed options references (not supported yet)

parent a4cab6ae
......@@ -58,7 +58,7 @@ class Doctrine_Connection_Oracle extends Doctrine_Connection {
'identifier_quoting' => true,
'pattern_escaping' => true,
);
/**
$this->options['DBA_username'] = false;
$this->options['DBA_password'] = false;
$this->options['database_name_prefix'] = false;
......@@ -66,7 +66,7 @@ class Doctrine_Connection_Oracle extends Doctrine_Connection {
$this->options['default_tablespace'] = false;
$this->options['default_text_field_length'] = 2000;
$this->options['result_prefetching'] = false;
*/
parent::__construct($manager, $adapter);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment