-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Raised StopIteration on insert #27
Comments
Fixed in version 0.0.8. |
It looks like the issue is still here with version 0.0.10 and Python 3.7.3. |
@a-rodin please provide some example to reproduce this error. |
@xzkostyan I actually encounter the error when I use clickhouse-sqlalchemy with IPython SQL magic. When I try run magic like
then it works fine on Python 3.6 (no results returned) and raises a It believe that it is not an issue of of IPython SQL magic, because the similar query works fine with SQLite and Python 3.7. |
When I execute code like this
the following error appears:
I'm using Python 3.7. On 3.6 it works fine.
Looks like it's because of how Python 3.7 handles StopIteration:
https://www.python.org/dev/peps/pep-0479/
Full error log: error.log
The text was updated successfully, but these errors were encountered: