Skip to content

Commit 5385524

Browse files
committed
Move some internal types to engine DLL.
1 parent e449296 commit 5385524

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.
File renamed without changes.

PSql/Commands/InvokeSqlCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected override void ProcessRecord()
8787

8888
// Execute with optional error handling
8989
if (ShouldUseErrorHandling)
90-
Execute(SqlErrorHandling.Apply(scripts));
90+
Execute(E.SqlErrorHandling.Apply(scripts));
9191
else
9292
Execute(scripts);
9393
}

0 commit comments

Comments
 (0)