-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error when toggle stream_results=True #24
Labels
bug
Something isn't working
Comments
There are more problems with stream results than that
Next error:
I tried to hide args param:
Last exception got from here:
Haven't tried any further |
please try the last version again |
seems works well async with conn.cursor() as cursor:
cursor.set_stream_results(stream_results=True, max_row_buffer=100)
await cursor.execute("SELECT number, sleepEachRow(0.02) FROM system.numbers limit 10000")
async for row in cursor:
print(row) |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
How can i get data by chunks?
Code:
Traceback:
The text was updated successfully, but these errors were encountered: