()
| 175 | } |
| 176 | |
| 177 | func (ins *inserter) Query() (*sql.Rows, error) { |
| 178 | return ins.QueryContext(ins.SQL().sess.Context()) |
| 179 | } |
| 180 | |
| 181 | func (ins *inserter) QueryContext(ctx context.Context) (*sql.Rows, error) { |
| 182 | iq, err := ins.build() |
nothing calls this directly
no test coverage detected