summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorwei <>2007-04-24 06:14:56 +0000
committerwei <>2007-04-24 06:14:56 +0000
commitd5eb713888715e8f18d2ccf508a8eb0b1a483ad1 (patch)
tree3752f12f0a9379681e13171df805e8f5760c53ec /.gitattributes
parent1c74ee3c07cd2b25670826d44f7a1b1959302ce3 (diff)
add active record Relations
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes9
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index e1cbbc69..eee67148 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1604,6 +1604,12 @@ framework/Configuration/Provider/TProviderException.php -text
framework/Configuration/TProtectedConfiguration.php -text
framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php -text
framework/Data/ActiveRecord/Exceptions/messages.txt -text
+framework/Data/ActiveRecord/Relations/TActiveRecordBelongsTo.php -text
+framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php -text
+framework/Data/ActiveRecord/Relations/TActiveRecordHasManyAssociation.php -text
+framework/Data/ActiveRecord/Relations/TActiveRecordHasOne.php -text
+framework/Data/ActiveRecord/Relations/TActiveRecordRelation.php -text
+framework/Data/ActiveRecord/Relations/TActiveRecordRelationContext.php -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
@@ -1626,7 +1632,6 @@ framework/Data/ActiveRecord/TActiveRecordConfig.php -text
framework/Data/ActiveRecord/TActiveRecordCriteria.php -text
framework/Data/ActiveRecord/TActiveRecordGateway.php -text
framework/Data/ActiveRecord/TActiveRecordManager.php -text
-framework/Data/ActiveRecord/TActiveRecordRelation.php -text
framework/Data/ActiveRecord/TActiveRecordStateRegistry.php -text
framework/Data/Common/IbmDb2/TIbmColumnMetaData.php -text
framework/Data/Common/IbmDb2/TIbmMetaData.php -text
@@ -2638,6 +2643,7 @@ tests/simple_unit/ActiveRecord/UserRecordTestCase.php -text
tests/simple_unit/ActiveRecord/ViewRecordTestCase.php -text
tests/simple_unit/ActiveRecord/ar_test.db -text
tests/simple_unit/ActiveRecord/blog.db -text
+tests/simple_unit/ActiveRecord/fk_tests.db -text
tests/simple_unit/ActiveRecord/mysql4text.sql -text
tests/simple_unit/ActiveRecord/records/Blogs.php -text
tests/simple_unit/ActiveRecord/records/DepSections.php -text
@@ -2645,6 +2651,7 @@ 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/ActiveRecord/sqlite.sql -text
tests/simple_unit/DbCommon/CommandBuilderMssqlTest.php -text
tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php -text
tests/simple_unit/DbCommon/CommandBuilderPgsqlTest.php -text