long2ice / asynch

An asyncio ClickHouse Python Driver with native (TCP) interface support.
https://github.com/long2ice/asynch
Apache License 2.0
185 stars 43 forks source link

Query execution statistics are protected attributes #85

Open zsofiak96 opened 1 year ago

zsofiak96 commented 1 year ago

I'm using the the last_query parameter on the clickhouse_driver.Client which exposes some useful statistics about the performed queries (see docs).

I have noticed that this could also be available via asynch.Connection._connection.last_query.

Is it possible / planned to make it public?