-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
client.execute return [] insted of no of row insterted #221
Comments
I can see in source code function are returning the inserted_rows
` |
I am able to get no of row Inserted if array of values is passed as separate argument.
But if we pass complete query as string, then we have issue |
For inlined INSERTs and from INSERT INTO ... SELECT
For inlined INSERTs and from INSERT INTO ... SELECT
For inlined INSERTs and from INSERT INTO ... SELECT
For inlined INSERTs and from INSERT INTO ... SELECT
For inlined INSERTs and from INSERT INTO ... SELECT
Describe the bug
client.execute return [] instead of no of row insterted
To Reproduce
clickhouse-client
using python clickhouse driver to insert data:
Expected behavior
It should return no of inserted row
from the Doc: https://readthedocs.org/projects/clickhouse-driver/downloads/pdf/latest/
Versions
The text was updated successfully, but these errors were encountered: