Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 8, 2023
1 parent 079211f commit d22d3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlxx/batch/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ func Create[T any](ctx context.Context, p *TracerConnection, models []*T, opts .
queryArgs.TableName,
queryArgs.ColumnsDecl,
queryArgs.Placeholders,
returningClause,
options.onConflict,
returningClause,
))

rows, err := conn.TX.QueryContext(ctx, query, values...)
Expand Down

0 comments on commit d22d3a8

Please sign in to comment.