Octonica / ClickHouseClient

ClickHouse .NET Core driver
Apache License 2.0
138 stars 23 forks source link

[Compatibility] add `ClickHouseConnection(string connectionString)` constructor #54

Closed MaceWindu closed 1 year ago

MaceWindu commented 2 years ago

While connection constructor with signature .ctor(string connectionName) is not a part of ADO.NET contract, it is a common thing for provider to have it (I actually don't know any mature provider without such constructor).

This is quite important for integration with libraries (e.g. ORM) that use dynamic provider instantiation using reflection as they could expect such constructor.

MaceWindu commented 1 year ago

Released in 2.2.10