diff options
author | wei <> | 2007-04-12 12:43:49 +0000 |
---|---|---|
committer | wei <> | 2007-04-12 12:43:49 +0000 |
commit | 32b73a0b1dfcd33e07e7fd2b2cf2fd7d42cf48a0 (patch) | |
tree | bf2b348fa854d82dcf8a9f43ffd43df3eba5a1e8 /.gitattributes | |
parent | 815ce4bcc616c4b0618046651174062efc93fd06 (diff) |
Add Sqlite driver.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
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 |