Skip to content

Commit

Permalink
Fixed bug where command wasn't disposed when executing a non-query wi…
Browse files Browse the repository at this point in the history
…th the dynamic syntax
  • Loading branch information
abe545 committed Sep 2, 2016
1 parent 7eaadbe commit c60ad79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public DynamicStoredProcedureResults(
{
command.ExecuteNonQuery();
TransferOutputParameters(parameters, token);
Dispose();
}
else
{
Expand Down

0 comments on commit c60ad79

Please sign in to comment.