Skip to content

Commit

Permalink
Update pkg/datasource/sql/parser/parser_factory.go
Browse files Browse the repository at this point in the history
Co-authored-by: juzimao <578961953@qq.com>
  • Loading branch information
jasondeng1997 and 106umao authored Sep 16, 2022
1 parent eb154ad commit 320d066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datasource/sql/parser/parser_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type ParseContext struct {
InsertStmt *ast.InsertStmt
// UpdateStmt
UpdateStmt *ast.UpdateStmt
// DeleteStm
// DeleteStmt
DeleteStmt *ast.DeleteStmt
}

Expand Down

0 comments on commit 320d066

Please sign in to comment.