()
| 163 | } |
| 164 | |
| 165 | func (ins *inserter) Prepare() (*sql.Stmt, error) { |
| 166 | return ins.PrepareContext(ins.SQL().sess.Context()) |
| 167 | } |
| 168 | |
| 169 | func (ins *inserter) PrepareContext(ctx context.Context) (*sql.Stmt, error) { |
| 170 | iq, err := ins.build() |
nothing calls this directly
no test coverage detected