1
0
mirror of synced 2024-12-13 14:56:01 +03:00

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

This commit is contained in:
zYne 2006-11-27 22:05:18 +00:00
parent 8815624b53
commit 83d68f5d43

View File

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