Skip to content

Commit

Permalink
reactor:multiple executor
Browse files Browse the repository at this point in the history
  • Loading branch information
VaderKai committed Feb 15, 2023
1 parent 5fe48b4 commit 6af1da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datasource/sql/exec/at/at_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (e *ATExecutor) ExecWithNamedValue(ctx context.Context, execCtx *types.Exec
executor = NewDeleteExecutor(queryParser, execCtx, e.hooks)
//case types.SQLTypeSelectForUpdate:
//case types.SQLTypeMultiDelete:
case types.SQLTypeMultiUpdate:
case types.SQLTypeMulti:
executor = NewMultiExecutor(queryParser, execCtx, e.hooks)
default:
executor = NewPlainExecutor(queryParser, execCtx)
Expand Down

0 comments on commit 6af1da4

Please sign in to comment.