MCPcopy Create free account
hub / github.com/PostHog/duckgres / abortedSelectRecoveryExecutor

Struct abortedSelectRecoveryExecutor

server/conn_test.go:1431–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429func (e *queryErrorExecutor) Close() error { return nil }
1430
1431type abortedSelectRecoveryExecutor struct {
1432 queryCalls int
1433 noopProfiling
1434 rollbackCalls int
1435}
1436
1437func (e *abortedSelectRecoveryExecutor) QueryContext(context.Context, string, ...any) (RowSet, error) {
1438 e.queryCalls++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected