From 83d68f5d43d02b7939c1af840247c3656a920c81 Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 27 Nov 2006 22:05:18 +0000 Subject: [PATCH] commented out some options ported from MDB2: support not ready yet --- lib/Doctrine/Connection/Sqlite.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/Connection/Sqlite.php b/lib/Doctrine/Connection/Sqlite.php index a5ae4252f..7f0e92d0b 100644 --- a/lib/Doctrine/Connection/Sqlite.php +++ b/lib/Doctrine/Connection/Sqlite.php @@ -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); } /**