You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to do an insert query nd then check the result using the statistics('written_rows') method to see how many rows have been written. However, even though I do see the X-ClickHouse-Summary header in ClickHouseDB\Transport\CurlerResponse, the statistics method keeps returning null.
just wondering if summary is even included in the statistic because its uses just body from the curl response
Do we need to create a new method on Statement like summary($key) or include the summary in statistics
The text was updated successfully, but these errors were encountered:
Im trying to do an insert query nd then check the result using the statistics('written_rows') method to see how many rows have been written. However, even though I do see the X-ClickHouse-Summary header in ClickHouseDB\Transport\CurlerResponse, the statistics method keeps returning null.
just wondering if summary is even included in the statistic because its uses just body from the curl response
Do we need to create a new method on Statement like
summary($key)
or include the summary in statisticsThe text was updated successfully, but these errors were encountered: