-
Notifications
You must be signed in to change notification settings - Fork 145
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
for row in result_set - break not working #259
Comments
Hi. The
|
Thanks for the options.
so you can stop the loop |
Oh. Then i suggest you the second option because this loop can't be stopped without breaking the connection. |
I look forward to, still add "timeout". |
Hello,
result_set very big
break - stops the execution of the block,
but does not continue the code further.
(until the cycle is complete)
The text was updated successfully, but these errors were encountered: