diff options
author | wei <> | 2007-04-12 08:10:23 +0000 |
---|---|---|
committer | wei <> | 2007-04-12 08:10:23 +0000 |
commit | 815ce4bcc616c4b0618046651174062efc93fd06 (patch) | |
tree | 4c8b303a662c6848a380921b10cfb44237fadb41 /.gitattributes | |
parent | dc3bf922d9715bfd1b2105be04a9aabc84a1d7d4 (diff) |
Add TTableGateway
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 51a89234..48644cc6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1652,6 +1652,9 @@ framework/Data/Common/TDbCommandBuilder.php -text framework/Data/Common/TDbMetaData.php -text framework/Data/Common/TDbTableColumn.php -text framework/Data/Common/TDbTableInfo.php -text +framework/Data/DataGateway/TDataGatewayCommand.php -text +framework/Data/DataGateway/TSqlCriteria.php -text +framework/Data/DataGateway/TTableGateway.php -text framework/Data/SqlMap/Configuration/TDiscriminator.php -text framework/Data/SqlMap/Configuration/TInlineParameterMapParser.php -text framework/Data/SqlMap/Configuration/TParameterMap.php -text |