()
| 181 | } |
| 182 | |
| 183 | func (upd *updater) Exec() (sql.Result, error) { |
| 184 | return upd.ExecContext(upd.SQL().sess.Context()) |
| 185 | } |
| 186 | |
| 187 | func (upd *updater) ExecContext(ctx context.Context) (sql.Result, error) { |
| 188 | uq, err := upd.build() |
nothing calls this directly
no test coverage detected