From 32b73a0b1dfcd33e07e7fd2b2cf2fd7d42cf48a0 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 12 Apr 2007 12:43:49 +0000 Subject: Add Sqlite driver. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 48644cc6..c58d5019 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1648,6 +1648,9 @@ framework/Data/Common/Mysql/TMysqlTableInfo.php -text framework/Data/Common/Pgsql/TPgsqlMetaData.php -text framework/Data/Common/Pgsql/TPgsqlTableColumn.php -text framework/Data/Common/Pgsql/TPgsqlTableInfo.php -text +framework/Data/Common/Sqlite/TSqliteMetaData.php -text +framework/Data/Common/Sqlite/TSqliteTableColumn.php -text +framework/Data/Common/Sqlite/TSqliteTableInfo.php -text framework/Data/Common/TDbCommandBuilder.php -text framework/Data/Common/TDbMetaData.php -text framework/Data/Common/TDbTableColumn.php -text @@ -2666,6 +2669,7 @@ tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php -text tests/simple_unit/DbCommon/CommandBuilderPgsqlTest.php -text tests/simple_unit/DbCommon/MysqlColumnTest.php -text tests/simple_unit/DbCommon/PgsqlColumnTest.php -text +tests/simple_unit/DbCommon/SqliteColumnTest.php -text tests/simple_unit/I18N/ChoiceFormatTest.php -text tests/simple_unit/I18N/CultureInfoTest.php -text tests/simple_unit/I18N/MysqlMessageSourceTestCase.php -text -- cgit v1.2.3