Skip to content

Commit

Permalink
chore: simplify the code (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenquan authored Jul 1, 2023
1 parent f6327dc commit 0065098
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion multiple.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ func (m *multipleSqlConn) QueryRowPartial(v any, query string, args ...any) erro
}

func (m *multipleSqlConn) QueryRowPartialCtx(ctx context.Context, v any, query string, args ...any) error {

return m.query(ctx, query, func(ctx context.Context, conn sqlx.SqlConn) error {
return conn.QueryRowPartialCtx(ctx, v, query, args...)
})
Expand Down

0 comments on commit 0065098

Please sign in to comment.