()
| 187 | } |
| 188 | |
| 189 | func (ins *inserter) QueryRow() (*sql.Row, error) { |
| 190 | return ins.QueryRowContext(ins.SQL().sess.Context()) |
| 191 | } |
| 192 | |
| 193 | func (ins *inserter) QueryRowContext(ctx context.Context) (*sql.Row, error) { |
| 194 | iq, err := ins.build() |
nothing calls this directly
no test coverage detected