U4-7869 Examine & SQL Azure - Timeouts - ensure the other reader is executed with retry.

This commit is contained in:
Shannon
2016-02-02 15:33:22 +01:00
parent 1545e0eed7
commit 0de3be42cf

View File

@@ -834,7 +834,7 @@ namespace Umbraco.Core.Persistence
var pd = PocoData.ForType(typeof(T));
try
{
r = cmd.ExecuteReader();
r = cmd.ExecuteReaderWithRetry();
OnExecutedCommand(cmd);
}
catch (Exception x)