Skip to content

Commit

Permalink
DNET-250
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Sep 5, 2009
1 parent b0765d3 commit 4038e84
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -316,7 +316,7 @@ public virtual void Execute(bool autoCommit)
this.requiresNewConnection = true;

// raise the event
this.OnCommandExecuted(null, null, -1);
this.OnCommandExecuted(sqlStatement, null, -1);
break;

case SqlStatementType.DropDomain:
Expand Down

0 comments on commit 4038e84

Please sign in to comment.