long2ice / asynch

An asyncio ClickHouse Python Driver with native (TCP) interface support.

Home Page:https://github.com/long2ice/asynch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query execution statistics are protected attributes

zsofiak96 opened this issue · comments

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?