summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorrojaro <>2009-07-15 07:58:26 +0000
committerrojaro <>2009-07-15 07:58:26 +0000
commitf1c27f46100582a1e52a27b616bf468e849068e7 (patch)
tree2d9a569495b67c57302c483b37beb81c5a9800b8 /.gitattributes
parent2ecfe49532dbfc53d75a32e68df643b7af13dc1f (diff)
moved System.Db to System.Testing.Data and updated classes accordingly
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes60
1 files changed, 30 insertions, 30 deletions
diff --git a/.gitattributes b/.gitattributes
index 7d788744..7f1970c3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2207,36 +2207,6 @@ framework/Data/TDbCommand.php -text
framework/Data/TDbConnection.php -text
framework/Data/TDbDataReader.php -text
framework/Data/TDbTransaction.php -text
-framework/Db/ActiveRecord/Relations/DEPRECATED_COMPATIBILITY_REASONS_ONLY -text
-framework/Db/ActiveRecord/Relations/TActiveRecordRelationContext.php -text
-framework/Db/ActiveRecord/TActiveFinder.php -text
-framework/Db/ActiveRecord/TActiveRecord.php -text
-framework/Db/ActiveRecord/TActiveRecordBehavior.php -text
-framework/Db/ActiveRecord/TActiveRecordCriteria.php -text
-framework/Db/Schema/TDbColumnSchema.php -text
-framework/Db/Schema/TDbCommandBuilder.php -text
-framework/Db/Schema/TDbCriteria.php -text
-framework/Db/Schema/TDbExpression.php -text
-framework/Db/Schema/TDbSchema.php -text
-framework/Db/Schema/TDbTableSchema.php -text
-framework/Db/Schema/mssql/TMssqlColumnSchema.php -text
-framework/Db/Schema/mssql/TMssqlCommandBuilder.php -text
-framework/Db/Schema/mssql/TMssqlPdoAdapter.php -text
-framework/Db/Schema/mssql/TMssqlSchema.php -text
-framework/Db/Schema/mssql/TMssqlTableSchema.php -text
-framework/Db/Schema/mysql/TMysqlColumnSchema.php -text
-framework/Db/Schema/mysql/TMysqlSchema.php -text
-framework/Db/Schema/mysql/TMysqlTableSchema.php -text
-framework/Db/Schema/oci/TOciColumnSchema.php -text
-framework/Db/Schema/oci/TOciCommandBuilder.php -text
-framework/Db/Schema/oci/TOciSchema.php -text
-framework/Db/Schema/oci/TOciTableSchema.php -text
-framework/Db/Schema/pgsql/TPgsqlColumnSchema.php -text
-framework/Db/Schema/pgsql/TPgsqlSchema.php -text
-framework/Db/Schema/pgsql/TPgsqlTableSchema.php -text
-framework/Db/Schema/sqlite/TSqliteColumnSchema.php -text
-framework/Db/Schema/sqlite/TSqliteCommandBuilder.php -text
-framework/Db/Schema/sqlite/TSqliteSchema.php -text
framework/Exceptions/TErrorHandler.php -text
framework/Exceptions/TException.php -text
framework/Exceptions/messages/messages-id.txt -text
@@ -2568,6 +2538,36 @@ framework/TComponent.php -text
framework/TModule.php -text
framework/TService.php -text
framework/TShellApplication.php -text
+framework/Testing/Data/ActiveRecord/Relations/DEPRECATED_COMPATIBILITY_REASONS_ONLY -text
+framework/Testing/Data/ActiveRecord/Relations/TActiveRecordRelationContext.php -text
+framework/Testing/Data/ActiveRecord/TActiveFinder.php -text
+framework/Testing/Data/ActiveRecord/TActiveRecord.php -text
+framework/Testing/Data/ActiveRecord/TActiveRecordBehavior.php -text
+framework/Testing/Data/ActiveRecord/TActiveRecordCriteria.php -text
+framework/Testing/Data/Schema/TDbColumnSchema.php -text
+framework/Testing/Data/Schema/TDbCommandBuilder.php -text
+framework/Testing/Data/Schema/TDbCriteria.php -text
+framework/Testing/Data/Schema/TDbExpression.php -text
+framework/Testing/Data/Schema/TDbSchema.php -text
+framework/Testing/Data/Schema/TDbTableSchema.php -text
+framework/Testing/Data/Schema/mssql/TMssqlColumnSchema.php -text
+framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php -text
+framework/Testing/Data/Schema/mssql/TMssqlPdoAdapter.php -text
+framework/Testing/Data/Schema/mssql/TMssqlSchema.php -text
+framework/Testing/Data/Schema/mssql/TMssqlTableSchema.php -text
+framework/Testing/Data/Schema/mysql/TMysqlColumnSchema.php -text
+framework/Testing/Data/Schema/mysql/TMysqlSchema.php -text
+framework/Testing/Data/Schema/mysql/TMysqlTableSchema.php -text
+framework/Testing/Data/Schema/oci/TOciColumnSchema.php -text
+framework/Testing/Data/Schema/oci/TOciCommandBuilder.php -text
+framework/Testing/Data/Schema/oci/TOciSchema.php -text
+framework/Testing/Data/Schema/oci/TOciTableSchema.php -text
+framework/Testing/Data/Schema/pgsql/TPgsqlColumnSchema.php -text
+framework/Testing/Data/Schema/pgsql/TPgsqlSchema.php -text
+framework/Testing/Data/Schema/pgsql/TPgsqlTableSchema.php -text
+framework/Testing/Data/Schema/sqlite/TSqliteColumnSchema.php -text
+framework/Testing/Data/Schema/sqlite/TSqliteCommandBuilder.php -text
+framework/Testing/Data/Schema/sqlite/TSqliteSchema.php -text
framework/Util/TDataFieldAccessor.php -text
framework/Util/TDateTimeStamp.php -text
framework/Util/TLogRouter.php -text