mymarilyn/aioch

Missing 'context' argument from clickhouse-driver update

frabarz opened this issue · 0 comments

About 10 months ago, clickhouse-driver added a third argument to the Client.substitute_params method. This update was not reflected in aioch, and it's making all execute_iter() and execute_with_progress() calls fail with

TypeError: substitute_params() missing 1 required positional argument: 'context'

The solution is to update line 82 and line 103.