()
| 169 | } |
| 170 | |
| 171 | func (upd *updater) Prepare() (*sql.Stmt, error) { |
| 172 | return upd.PrepareContext(upd.SQL().sess.Context()) |
| 173 | } |
| 174 | |
| 175 | func (upd *updater) PrepareContext(ctx context.Context) (*sql.Stmt, error) { |
| 176 | uq, err := upd.build() |
nothing calls this directly
no test coverage detected