Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing 'context' argument from clickhouse-driver update #10

Open
frabarz opened this issue Sep 13, 2022 · 0 comments
Open

Missing 'context' argument from clickhouse-driver update #10

frabarz opened this issue Sep 13, 2022 · 0 comments

Comments

@frabarz
Copy link

frabarz commented Sep 13, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant