()
| 443 | } |
| 444 | |
| 445 | func (sel *selector) Prepare() (*sql.Stmt, error) { |
| 446 | return sel.PrepareContext(sel.SQL().sess.Context()) |
| 447 | } |
| 448 | |
| 449 | func (sel *selector) PrepareContext(ctx context.Context) (*sql.Stmt, error) { |
| 450 | sq, err := sel.build() |
nothing calls this directly
no test coverage detected