Skip to content

Commit

Permalink
Fix NetCore failures
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra committed Jan 30, 2021
1 parent 68b5b46 commit 0dbb3a9
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -767,12 +767,7 @@ internal override void ValidateConnectionForExecute(SqlCommand command)
}
}
else
{ // single execution/datareader per connection
if (_asyncCommandCount > 0)
{
throw SQL.MARSUnsupportedOnConnection();
}

{
reader = FindLiveReader(null);
}
if (null != reader)
Expand Down

0 comments on commit 0dbb3a9

Please sign in to comment.