[DomainObjects-Subversion] SF.net SVN: domainobjects: [277] trunk/DomainObjects2
Brought to you by:
rbeauchamp
From: <ja...@us...> - 2007-02-20 00:44:33
|
Revision: 277 http://svn.sourceforge.net/domainobjects/?rev=277&view=rev Author: jansa Date: 2007-02-19 16:44:30 -0800 (Mon, 19 Feb 2007) Log Message: ----------- Updated support for MySql (using the .NET 2.0 adapter). 196 unit tests passed, 7 failed (the SQL Server specific tests). Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/Parameter.cs trunk/DomainObjects2/src/Extensions/DomainObjects.Extensions.dll.csproj trunk/DomainObjects2/testbed/mysql/CreateDatabase.SQL Added Paths: ----------- trunk/DomainObjects2/bin/connectors/mysql5/ trunk/DomainObjects2/bin/connectors/mysql5/CHANGES trunk/DomainObjects2/bin/connectors/mysql5/COPYING trunk/DomainObjects2/bin/connectors/mysql5/Client.build trunk/DomainObjects2/bin/connectors/mysql5/Driver/ trunk/DomainObjects2/bin/connectors/mysql5/Driver/MySql.Data.2005.csproj trunk/DomainObjects2/bin/connectors/mysql5/Driver/Properties/ trunk/DomainObjects2/bin/connectors/mysql5/Driver/Properties/AssemblyInfo.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/ trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/CharSetMap.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/ClientAPI.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/ClientDriver.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/CommandBuilder.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/CompressedStream.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Connection.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Crypt.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Driver.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/EmbeddedAPI.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/EmbeddedDriver.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Exception.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Field.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/ISSchemaProvider.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Installer.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Logger.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/MySqlClientFactory.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/MySqlConnectionStringBuilder.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/MySqlError.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/MySqlHelper.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/MySqlPool.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/MySqlPoolManager.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/MySqlPromotableTransaction.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/MySqlStream.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/MysqlDefs.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/NativeDriver.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/PerformanceMonitor.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/PreparableStatement.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/ProcedureCache.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/ReservedWords.txt trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Resources.Designer.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Resources.resources trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Resources.resx trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/SchemaProvider.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Statement.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/StoredProcedure.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/ trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MetaData.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlBinary.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlBit.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlByte.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlConversionException.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlDateTime.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlDecimal.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlDouble.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlInt16.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlInt32.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlInt64.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlSingle.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlString.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlTime.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlUByte.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlUInt16.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlUInt32.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlUInt64.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/Types/MySqlValue.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/UsageAdvisor.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/base/ trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/base/DbCommand.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/base/DbCommandBuilder.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/base/DbConnection.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/base/DbConnection.resx trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/base/DbDataReader.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/base/DbParameter.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/base/DbParameterCollection copy.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/base/DbParameterCollection.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/base/DbTransaction.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/command.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/common/ trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/common/ContextString.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/common/NamedPipeStream.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/common/NativeMethods.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/common/Platform.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/common/SHA1.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/common/SharedMemoryStream.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/common/SocketStream.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/common/StreamCreator.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/common/Version.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/common/WinCE.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/dataadapter.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/datareader.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/docs/ trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/docs/MySqlCommand.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/docs/MySqlCommandBuilder.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/docs/MySqlConnection.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/docs/MySqlConnectionStringBuilder.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/docs/MySqlDataAdapter.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/docs/MySqlDataReader.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/docs/MySqlException.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/docs/MySqlHelper.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/docs/MySqlParameter.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/docs/MySqlParameterCollection.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/docs/MySqlTransaction.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/parameter.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/parameter_collection.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/transaction.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/ trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/Adler32.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/Deflate.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/InfBlocks.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/InfCodes.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/InfTree.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/Inflate.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/StaticTree.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/SupportClass.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/Tree.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/ZInputStream.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/ZOutputStream.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/ZStream.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/ZStreamException.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/Source/zlib/Zlib.cs trunk/DomainObjects2/bin/connectors/mysql5/Driver/bin/ trunk/DomainObjects2/bin/connectors/mysql5/Driver/bin/net-2.0/ trunk/DomainObjects2/bin/connectors/mysql5/Driver/bin/net-2.0/Debug/ trunk/DomainObjects2/bin/connectors/mysql5/Driver/bin/net-2.0/Debug/MySql.Data.dll trunk/DomainObjects2/bin/connectors/mysql5/Driver/bin/net-2.0/Debug/MySql.Data.pdb trunk/DomainObjects2/bin/connectors/mysql5/Driver/bin/net-2.0/Debug/doc.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/bin/net-2.0/release/ trunk/DomainObjects2/bin/connectors/mysql5/Driver/bin/net-2.0/release/MySql.Data.Tests.dll trunk/DomainObjects2/bin/connectors/mysql5/Driver/bin/net-2.0/release/MySql.Data.dll trunk/DomainObjects2/bin/connectors/mysql5/Driver/bin/net-2.0/release/MySql.Data.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/doc.xml trunk/DomainObjects2/bin/connectors/mysql5/Driver/docs/ trunk/DomainObjects2/bin/connectors/mysql5/EXCEPTIONS trunk/DomainObjects2/bin/connectors/mysql5/README trunk/DomainObjects2/bin/connectors/mysql5/Release Notes.txt trunk/DomainObjects2/bin/connectors/mysql5/Samples/ trunk/DomainObjects2/bin/connectors/mysql5/Samples/Async/ trunk/DomainObjects2/bin/connectors/mysql5/Samples/Async/cs/ trunk/DomainObjects2/bin/connectors/mysql5/Samples/Async/cs/App.ico trunk/DomainObjects2/bin/connectors/mysql5/Samples/Async/cs/AssemblyInfo.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/Async/cs/Async.csproj trunk/DomainObjects2/bin/connectors/mysql5/Samples/Async/cs/Form1.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/Async/cs/Form1.resx trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/ trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/App.ico trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/AssemblyInfo.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Backup/ trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Backup/App.ico trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Backup/AssemblyInfo.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Backup/Form1.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Backup/Form1.resx trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Backup/Form2.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Backup/Form2.resx trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Backup/PerfSample.csproj trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Backup/PerfSample.csproj.user trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Backup/PerfSample.sln trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Backup/PerfSample.suo trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Form1.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Form1.resx trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Form2.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/Form2.resx trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/PerfSample.csproj trunk/DomainObjects2/bin/connectors/mysql5/Samples/PerfSample/PerfSample.sln trunk/DomainObjects2/bin/connectors/mysql5/Samples/Pocket PC/ trunk/DomainObjects2/bin/connectors/mysql5/Samples/Pocket PC/MobileExplorer/ trunk/DomainObjects2/bin/connectors/mysql5/Samples/Pocket PC/MobileExplorer/AssemblyInfo.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/Pocket PC/MobileExplorer/Form1.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/Pocket PC/MobileExplorer/Form1.resx trunk/DomainObjects2/bin/connectors/mysql5/Samples/Pocket PC/MobileExplorer/MobileExplorer.csdproj trunk/DomainObjects2/bin/connectors/mysql5/Samples/Pocket PC/MobileExplorer/MobileExplorer.sln trunk/DomainObjects2/bin/connectors/mysql5/Samples/Pocket PC/MobileExplorer/MobileExplorer.suo trunk/DomainObjects2/bin/connectors/mysql5/Samples/Pocket PC/MobileExplorer/NewServerDialog.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/Pocket PC/MobileExplorer/NewServerDialog.resx trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/ trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/cs/ trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/cs/Default.sql trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/cs/Form1.Designer.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/cs/Form1.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/cs/Form1.resx trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/cs/Profiling.csproj trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/cs/Program.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/cs/Properties/ trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/cs/Properties/AssemblyInfo.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/cs/Properties/Resources.Designer.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/cs/Properties/Resources.resx trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/cs/Properties/Settings.Designer.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/Profiling/cs/Properties/Settings.settings trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/ trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/CS/ trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/CS/App.ico trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/CS/AssemblyInfo.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/CS/Form1.cs trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/CS/Form1.resx trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/CS/TableEditor.build trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/CS/TableEditor.csproj trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/VB/ trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/VB/AssemblyInfo.vb trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/VB/Form1.resx trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/VB/Form1.vb trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/VB/TableEditor.build trunk/DomainObjects2/bin/connectors/mysql5/Samples/TableEditor/VB/TableEditor.vbproj trunk/DomainObjects2/bin/connectors/mysql5/doc/ trunk/DomainObjects2/bin/connectors/mysql5/doc/MySql.Data.chm trunk/DomainObjects2/bin/connectors/mysql5/testsuite/ trunk/DomainObjects2/bin/connectors/mysql5/testsuite/AsyncTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/BaseTest.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/BlobTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/CharacterSetTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/CommandBuilderTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/CommandTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/ConnectionStringBuilder.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/ConnectionTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/CultureTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/CursorTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/DataAdapterTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/DataReaderTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/DataSetTest.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/DataTypeTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/DateTimeTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/EventTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/ExceptionTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/GetSchemaTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/InterfaceTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/LanguageTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/MicroPerfTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/MySql.Data.Tests.2003.csproj trunk/DomainObjects2/bin/connectors/mysql5/testsuite/MySql.Data.Tests.2003.csproj.user trunk/DomainObjects2/bin/connectors/mysql5/testsuite/MySql.Data.Tests.2005.csproj trunk/DomainObjects2/bin/connectors/mysql5/testsuite/MySql.Data.Tests.2005.csproj.user trunk/DomainObjects2/bin/connectors/mysql5/testsuite/MySqlHelperTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/ParameterTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/PerfMonTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/PoolingTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/PreparedStatements.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/Properties/ trunk/DomainObjects2/bin/connectors/mysql5/testsuite/Properties/AssemblyInfo.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/SimpleTransactions.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/StoredProcedure.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/StressTests.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/Syntax.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/Syntax2.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/Threading.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/TimeoutAndCancel.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/Transactions.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/UsageAdvisor.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/Utils.cs trunk/DomainObjects2/bin/connectors/mysql5/testsuite/configs/ trunk/DomainObjects2/bin/connectors/mysql5/testsuite/configs/mysql-41.config trunk/DomainObjects2/bin/connectors/mysql5/testsuite/configs/mysql-50.config trunk/DomainObjects2/bin/connectors/mysql5/testsuite/configs/mysql-51.config trunk/DomainObjects2/bin/connectors/mysql5/testsuite/old.MySql.Data.Tests.2005.csproj trunk/DomainObjects2/bin/connectors/mysql5/testsuite/test2.csproj.user Removed Paths: ------------- trunk/DomainObjects2/bin/connectors/mysql/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |