-
Notifications
You must be signed in to change notification settings - Fork 90
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
Support for async insert #65
Comments
@makorne Just to clarify, does your query work fine with non-async inserts? |
Looks like it is my bad, I forgot to add : |
Issue solved only after return on non-async inserts. |
I figured out that a field of type
Now this issue has been fixed in the pull request |
I test it now. The perfect shot! |
Closing this, as |
Hi, thanks for the effort to make clickhouse accessible from Rust!
It would be even greater to have a support for async insert when inserting records with this crate.
The text was updated successfully, but these errors were encountered: