diff options
author | xue <> | 2006-11-24 04:21:06 +0000 |
---|---|---|
committer | xue <> | 2006-11-24 04:21:06 +0000 |
commit | 9478fba18018c1f072f5f6dd4335c5828f23bc80 (patch) | |
tree | f3718d9fd6af53c8aebc591b047a1b257804fa17 /.gitattributes | |
parent | 750f6c453bb21d6cef0eed50ed742fe7048709d2 (diff) |
Added DB layer.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 29c0c88d..5faafb57 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1398,6 +1398,10 @@ framework/Collections/TStack.php -text framework/Configuration/Provider/TProviderBase.php -text framework/Configuration/Provider/TProviderException.php -text framework/Configuration/TProtectedConfiguration.php -text +framework/Data/TDbCommand.php -text +framework/Data/TDbConnection.php -text +framework/Data/TDbDataReader.php -text +framework/Data/TDbTransaction.php -text framework/DataAccess/SQLMap/Configuration/TConfigDeserialize.php -text framework/DataAccess/SQLMap/Configuration/TDiscriminator.php -text framework/DataAccess/SQLMap/Configuration/TDomSqlMapBuilder.php -text @@ -2309,6 +2313,10 @@ tests/test_tools/simpletest/simpletest.php -text tests/test_tools/simpletest/test_case.php -text tests/unit/Collections/TListTest.php -text tests/unit/Collections/TMapTest.php -text +tests/unit/Data/TDbCommandTest.php -text +tests/unit/Data/TDbConnectionTest.php -text +tests/unit/Data/TDbDataReaderTest.php -text +tests/unit/Data/TDbTransactionTest.php -text tests/unit/I18N/core/CultureInfoTest.php -text tests/unit/I18N/core/DateFormatTest.php -text tests/unit/I18N/core/DateTimeFormatInfoTest.php -text |