U4-9322 - getting tests to run

This commit is contained in:
Stephan
2017-01-16 17:41:46 +01:00
parent 5446e4b0fc
commit 1261f6b159
25 changed files with 844 additions and 237 deletions

View File

@@ -240,7 +240,7 @@ namespace SqlCE4Umbraco
{
var cmd = trx == null ? new SqlCeCommand(commandText, conn) : new SqlCeCommand(commandText, conn, trx);
AttachParameters(cmd, commandParameters);
return cmd.ExecuteReader(CommandBehavior.CloseConnection);
return cmd.ExecuteReader();
}
catch
{