Replies: 1 comment 1 reply
-
No, but if you stop receiving rows it'll halt and reset the prepared statement after the next iteration. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need the ability to timeout some long running queries so plan to wrap the query in
select
, however, I'm curious if this will result in the query being interrupted withsqlite3_interrupt
at some point. Or if it'll just keep running to completion?Thanks
Beta Was this translation helpful? Give feedback.
All reactions