ClickHouse / ClickHouse/adbc_clickhouse
Implement `Statement::prepare()`
Open
- Dominant language
- Rust
- Stars
- 25
- Forks
- 8
- Avg merge
- 2d 37m
- Merged PRs (30d)
- 4
Description
https://docs.rs/adbc_core/0.21.0/adbc_core/trait.Statement.html#tymethod.prepare
The HTTP interface doesn't really support prepared statements so we _could_ leave this unimplemented. However, `Statement::execute_schema()` (#16) recommends calling `Statement::prepare()` _first_, so we could just use this to fetch and cache the schema for `execute_schema()` or just turn this into a no-op instead of returning a `NotImplemented` error.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.