1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Removed options references (not supported yet)

This commit is contained in:
zYne 2006-11-28 18:01:32 +00:00
parent a4cab6ae91
commit 94277fcf54

View File

@ -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);
}
/**