• Bradley Grainger's avatar
    Fix MySQL tests and disposal (#774) · a46354a2
    Bradley Grainger authored
    * Don't create the connection in Dispose: this avoids creating a SQLConnection simply to Dispose it.
    * Run MySQL tests against the open MySqlConnection: 'connection' is a protected variable in the TestBase class that is a SQL Server connection, not a MySQL connection.
    * Skip broken MySQL tests: as per issue #295, setting "AllowZeroDateTime=True" in the connection string causes an InvalidCastException in SqlMapper.
    a46354a2
Name
Last commit
Last update
..
EntityFrameworkTests.cs Loading commit data...
FirebirdTests.cs Loading commit data...
Linq2SqlTests.cs Loading commit data...
MySQLTests.cs Loading commit data...
OLDEBTests.cs Loading commit data...
PostgresqlTests.cs Loading commit data...
SQLCETests.cs Loading commit data...
SqliteTests.cs Loading commit data...