-
Notifications
You must be signed in to change notification settings - Fork 258
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
Issue with unbuffered cursor #635
Comments
Nothing4You
added a commit
to Nothing4You/aiomysql
that referenced
this issue
Jan 28, 2022
Nothing4You
added a commit
to Nothing4You/aiomysql
that referenced
this issue
Jan 28, 2022
Nothing4You
added a commit
that referenced
this issue
Jan 28, 2022
Nothing4You
added a commit
that referenced
this issue
Jan 28, 2022
…#635 also fix typo in associated test case
Nothing4You
added a commit
that referenced
this issue
Jan 28, 2022
…#635 also fix typo in associated test case
4 tasks
Nothing4You
added a commit
that referenced
this issue
Jan 28, 2022
…#635 also fix typo in associated test case
Nothing4You
added a commit
that referenced
this issue
Jan 28, 2022
thanks for the report! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the previous query isn't iterated to the end, the subsequent query raises
pymysql.err.InternalError: Packet sequence number wrong
with a warningRuntimeWarning: coroutine 'MySQLResult._finish_unbuffered_query' was never awaited
.Reproduction:
It seems the problem is in this line, as it should be
await
-ed:aiomysql/aiomysql/connection.py
Line 650 in 45d241e
(python 3.10.0, aiomysql 0.0.22)
The text was updated successfully, but these errors were encountered: