-
Notifications
You must be signed in to change notification settings - Fork 2
Connection reset error when issuing very long queries #39
Comments
Possibly related to the length of the query (likely since it's over 8k/16k and spans more than one packet). |
Interesting.. With
The same thing happens if I use |
Huh, |
That's strange. Yeah it seems like I haven't released 0.2.3 a few months ago (oops) so there're quite a few general changes queued up. |
That's actually expected, since it returns a The |
I think that should probably be mentioned in the docs somewhere to avoid others running into the same issue :) |
I believe this won't be an issue with async await and the rewrite leading to 0.4 anymore. |
When issuing a very long SQL query, such as:
with
simple_exec
, an error is returned withThe query is otherwise valid, and runs fine in the CLI. I can replicate with:
I don't think the table layout matters, but if it does, I'm using
The text was updated successfully, but these errors were encountered: