scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
11 stars 11 forks source link

Resolve minor fixme and todo comments #87

Closed Gor027 closed 1 year ago

Gor027 commented 1 year ago

Replaced CASS_ERROR_LAST_ENTRY with more descriptive error codes while converting QueryError to CassError.

Set fetching schema metadata flag in SessionBuilder config.

Added port validation in cluster configuration.

Imported Rust driver by commit hash 358eabbbb71c. This enabled to use the allow_remote_dcs_for_local_cl flag while creating a DcAwareRoundRobinPolicy.

Pre-review checklist