-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
the driver should present itself with an easy parseable client_type value like rust-hdb, similar to other drivers, instead of current verbose
rust-hdbconnect/hdbconnect_impl/src/protocol/parts/client_context.rs
Lines 21 to 25 in 4bac2f6
| let client_type = if cfg!(feature = "async") { | |
| "hdbconnect_async (rust native HANA driver, https://crates.io/crates/hdbconnect_async)" | |
| } else { | |
| "hdbconnect (rust native HANA driver, https://crates.io/crates/hdbconnect)" | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels