ClickHouse / ClickHouse/adbc_clickhouse
Implement `Connection::cancel()` (or make it a no-op)
Open
- Dominant language
- Rust
- Stars
- 25
- Forks
- 8
- Avg merge
- 2d 37m
- Merged PRs (30d)
- 4
Description
Overlooked this one: https://docs.rs/adbc_core/latest/adbc_core/trait.Connection.html#tymethod.cancel
This has the same problem as #20 as it's meant to cancel any operations in-flight on the _connection_ (from other methods on `Connection`), which would also be borrowing it mutably.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.