questdb / c-questdb-client

Rust, C and C++ client for QuestDB InfluxDB Line Protocol
Apache License 2.0
48 stars 13 forks source link

chore: case-sensitive config string #58

Closed amunra closed 8 months ago

amunra commented 8 months ago

The configuration string parameters and service (protocol) are now correctly parsed respecting case sensitivity.

amunra commented 8 months ago

Any docs changes needed to highlight this?

Not at this stage. The config format was agreed to be case-sensitive, but the edited changes were older than that agreement. This simply bring this in line with what other clients are doing.