summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorwei <>2007-04-14 05:02:29 +0000
committerwei <>2007-04-14 05:02:29 +0000
commit0f0d3c62e608287cdf77f1a3239371b521ecb40b (patch)
treebd91a9499a946e1667a0e17a9c5a97a9d695c7ce /.gitattributes
parentb05442bbe751b87998d8500ad8e6b28d652a35db (diff)
Refactor ActiveRecordGateway to use TDataGatewayCommand
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index c58d5019..ca32894f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -617,6 +617,7 @@ buildscripts/phing/tasks/BuildPradoPEARPackageTask.php -text
buildscripts/phing/tasks/ManualIndexTask.php -text
buildscripts/phing/tasks/PhpLintTask.php -text
buildscripts/phing/tasks/PradoDocTask.php -text
+buildscripts/phing/tasks/PradoPackageTask.php -text
buildscripts/phing/tasks/PradoPearTask.php -text
buildscripts/phing/tasks/PradoTestTask.php -text
buildscripts/phing/tasks/PradoVersionTask.php -text
@@ -1606,6 +1607,7 @@ framework/Configuration/TProtectedConfiguration.php -text
framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php -text
framework/Data/ActiveRecord/Exceptions/messages.txt -text
framework/Data/ActiveRecord/Scaffold/InputBuilder/TIbmScaffoldInput.php -text
+framework/Data/ActiveRecord/Scaffold/InputBuilder/TMssqlScaffoldInput.php -text
framework/Data/ActiveRecord/Scaffold/InputBuilder/TMysqlScaffoldInput.php -text
framework/Data/ActiveRecord/Scaffold/InputBuilder/TPgsqlScaffoldInput.php -text
framework/Data/ActiveRecord/Scaffold/InputBuilder/TScaffoldInputBase.php -text
@@ -1642,6 +1644,13 @@ framework/Data/ActiveRecord/Vendor/TPgsqlMetaDataInspector.php -text
framework/Data/ActiveRecord/Vendor/TSqliteColumnMetaData.php -text
framework/Data/ActiveRecord/Vendor/TSqliteMetaData.php -text
framework/Data/ActiveRecord/Vendor/TSqliteMetaDataInspector.php -text
+framework/Data/Common/IbmDb2/TIbmColumnMetaData.php -text
+framework/Data/Common/IbmDb2/TIbmMetaData.php -text
+framework/Data/Common/IbmDb2/TIbmMetaDataInspector.php -text
+framework/Data/Common/Mssql/TMssqlCommandBuilder.php -text
+framework/Data/Common/Mssql/TMssqlMetaData.php -text
+framework/Data/Common/Mssql/TMssqlTableColumn.php -text
+framework/Data/Common/Mssql/TMssqlTableInfo.php -text
framework/Data/Common/Mysql/TMysqlMetaData.php -text
framework/Data/Common/Mysql/TMysqlTableColumn.php -text
framework/Data/Common/Mysql/TMysqlTableInfo.php -text
@@ -2665,8 +2674,10 @@ tests/simple_unit/ActiveRecord/records/DepartmentRecord.php -text
tests/simple_unit/ActiveRecord/records/SimpleUser.php -text
tests/simple_unit/ActiveRecord/records/SqliteUsers.php -text
tests/simple_unit/ActiveRecord/records/UserRecord.php -text
+tests/simple_unit/DbCommon/CommandBuilderMssqlTest.php -text
tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php -text
tests/simple_unit/DbCommon/CommandBuilderPgsqlTest.php -text
+tests/simple_unit/DbCommon/MssqlColumnTest.php -text
tests/simple_unit/DbCommon/MysqlColumnTest.php -text
tests/simple_unit/DbCommon/PgsqlColumnTest.php -text
tests/simple_unit/DbCommon/SqliteColumnTest.php -text