Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
luky116 committed Sep 2, 2022
1 parent 222a319 commit 83f18a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/datasource/sql/exec/hook/basic_undo_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func (u *BasicUndoBuilder) buildRecordImage(ctx context.Context, execCtx *exec.E
panic("implement me")
}

// buildSelectSQLByUpdate build select sql from update sql
func (u *BasicUndoBuilder) buildSelectSQLByUpdate(query string) (string, error) {
p, err := parser.DoParser(query)
if err != nil {
Expand Down

0 comments on commit 83f18a2

Please sign in to comment.