Reasons for SQLite error 9: interrupted #1746
tgrapperon
started this conversation in
General
Replies: 1 comment 7 replies
-
Hello @tgrapperon, SQLITE_INTERRUPT (9) is thrown when GRDB calls this function when:
|
Beta Was this translation helpful? Give feedback.
7 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a few long-lived ValueObservation queries. From time to time, they fail with
SQLite error 9: interrupted
. Is it what I should expect if the observation is cancelled while it's currently fetching new results, or could there be other reasons for that error to be thrown? (for example the app being suspended or something in that vein)I'm using GRDB 7 BTW, and the error is logged from the
handleEvents(didFail:)
method.Beta Was this translation helpful? Give feedback.
All reactions