staticColumnType is a minimal ColumnTyper reporting a fixed DuckDB type name, used to synthesize a RowDescription without executing a query.
| 1853 | execResult, err, _ = recoverAbortedTransaction( |
| 1854 | err, |
| 1855 | c.txStatus == txStatusIdle, |
| 1856 | func() error { |
| 1857 | _, rollbackErr := c.executor.ExecContext(context.Background(), "ROLLBACK") |
| 1858 | return rollbackErr |
no outgoing calls
no test coverage detected