Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd committed Sep 19, 2023
1 parent fda3c56 commit dabedfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insert.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (ib *InsertBuilder) BuildWithFlavor(flavor Flavor, initialArg ...interface{
buf := newStringBuilder()
ib.injection.WriteTo(buf, insertMarkerInit)

if len(ib.values) > 1 && ib.args.Flavor == ib.args.Flavor {
if len(ib.values) > 1 && ib.args.Flavor == Oracle {
buf.WriteLeadingString(ib.verb)
buf.WriteString(" ALL")

Expand Down

0 comments on commit dabedfb

Please sign in to comment.