Commit 83d68f5d authored by zYne's avatar zYne

commented out some options ported from MDB2: support not ready yet

parent 8815624b
......@@ -64,13 +64,13 @@ class Doctrine_Connection_Sqlite extends Doctrine_Connection_Common {
'identifier_quoting' => true,
'pattern_escaping' => false,
);
/**
$this->options['base_transaction_name'] = '___php_MDB2_sqlite_auto_commit_off';
$this->options['fixed_float'] = 0;
$this->options['database_path'] = '';
$this->options['database_extension'] = '';
$this->options['server_version'] = '';
*/
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