summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorwei <>2007-04-12 08:05:03 +0000
committerwei <>2007-04-12 08:05:03 +0000
commitdc3bf922d9715bfd1b2105be04a9aabc84a1d7d4 (patch)
treeff97362f718b6ebb482128527402efe03fe1ac43 /.gitattributes
parent6178a99df0c722581bc61e35559ac5f8af1cc6e8 (diff)
Refactor and add TTableGateway, System.Data.Common, System.Data.DataGateway
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes27
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 11a4c16b..51a89234 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1642,6 +1642,16 @@ 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/Mysql/TMysqlMetaData.php -text
+framework/Data/Common/Mysql/TMysqlTableColumn.php -text
+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/TDbCommandBuilder.php -text
+framework/Data/Common/TDbMetaData.php -text
+framework/Data/Common/TDbTableColumn.php -text
+framework/Data/Common/TDbTableInfo.php -text
framework/Data/SqlMap/Configuration/TDiscriminator.php -text
framework/Data/SqlMap/Configuration/TInlineParameterMapParser.php -text
framework/Data/SqlMap/Configuration/TParameterMap.php -text
@@ -2390,6 +2400,7 @@ tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator2.php -t
tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.page -text
tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.php -text
tests/FunctionalTests/features/protected/pages/ActiveControls/config.xml -text
+tests/FunctionalTests/features/protected/pages/ClientScripts.page -text
tests/FunctionalTests/features/protected/pages/ColorPicker.page -text
tests/FunctionalTests/features/protected/pages/FeatureList.page -text
tests/FunctionalTests/features/protected/pages/FeatureList.php -text
@@ -2400,8 +2411,11 @@ tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.php -text
tests/FunctionalTests/features/protected/pages/I18N/Home.page -text
tests/FunctionalTests/features/protected/pages/I18N/Home.zh_CN.page -text
tests/FunctionalTests/features/protected/pages/I18N/config.xml -text
+tests/FunctionalTests/features/protected/pages/MyJavascriptLib.php -text
tests/FunctionalTests/features/protected/pages/RatingList.page -text
+tests/FunctionalTests/features/protected/pages/TestComp.php -text
tests/FunctionalTests/features/protected/pages/ValidatorEffects.page -text
+tests/FunctionalTests/features/protected/pages/myscripts/packages.php -text
tests/FunctionalTests/features/tests/MyTestCase.php -text
tests/FunctionalTests/index.php -text
tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php -text
@@ -2634,6 +2648,7 @@ tests/simple_unit/ActiveRecord/CriteriaTestCase.php -text
tests/simple_unit/ActiveRecord/DeleteByPkTestCase.php -text
tests/simple_unit/ActiveRecord/FindByPksTestCase.php -text
tests/simple_unit/ActiveRecord/FindBySqlTestCase.php -text
+tests/simple_unit/ActiveRecord/RecordEventTestCase.php -text
tests/simple_unit/ActiveRecord/SqliteTestCase.php -text
tests/simple_unit/ActiveRecord/UserRecordTestCase.php -text
tests/simple_unit/ActiveRecord/ViewRecordTestCase.php -text
@@ -2644,8 +2659,13 @@ 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/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/I18N/ChoiceFormatTest.php -text
tests/simple_unit/I18N/CultureInfoTest.php -text
+tests/simple_unit/I18N/MysqlMessageSourceTestCase.php -text
tests/simple_unit/Soap/ContactManager.php -text
tests/simple_unit/Soap/SoapTestCase.php -text
tests/simple_unit/SqlMap/ActiveRecordSqlMapTest.php -text
@@ -2723,6 +2743,7 @@ tests/simple_unit/SqlMap/maps/tests.xml -text
tests/simple_unit/SqlMap/mssql.xml -text
tests/simple_unit/SqlMap/mysql.xml -text
tests/simple_unit/SqlMap/properties.config -text
+tests/simple_unit/SqlMap/queryForListLimitTest.php -text
tests/simple_unit/SqlMap/resources/data.db -text
tests/simple_unit/SqlMap/resources/person.xml -text
tests/simple_unit/SqlMap/resources/sqlmap.xml -text
@@ -2763,6 +2784,12 @@ tests/simple_unit/SqlMap/scripts/sqlite/database.sql -text
tests/simple_unit/SqlMap/sqlite.xml -text
tests/simple_unit/SqlMap/sqlite/backup.db -text
tests/simple_unit/SqlMap/sqlite/tests.db -text
+tests/simple_unit/TableGateway/BaseGatewayTest.php -text
+tests/simple_unit/TableGateway/CountTest.php -text
+tests/simple_unit/TableGateway/DeleteByPkTest.php -text
+tests/simple_unit/TableGateway/MagicCallTest.php -text
+tests/simple_unit/TableGateway/TableGatewayPgsqlTest.php -text
+tests/simple_unit/TableGateway/TestFindByPk.php -text
tests/simple_unit/application.xml -text
tests/simple_unit/unit.php -text
tests/simple_unit/ws.php -text