We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
After including SQLite in my project, I saw this crash:
SQLite/Statement.swift:211: Fatal error: 'try!' expression unexpectedly raised an error: disk I/O error (code: 10)
It looks like it's coming from here:
extension FailableIterator { public func next() -> Element? { // swiftlint:disable:next force_try try! failableNext() } }
#1028 mentions a fix was merged last year, but it looks like the code is still the same. Would you please check on it?
Thanks very much!
The text was updated successfully, but these errors were encountered:
Please see #1075. It shows how you need to catch the error. Also, feel free to open a Pull Request to update the documentation to make it clearer.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
After including SQLite in my project, I saw this crash:
SQLite/Statement.swift:211: Fatal error: 'try!' expression unexpectedly raised an error: disk I/O error (code: 10)
It looks like it's coming from here:
#1028 mentions a fix was merged last year, but it looks like the code is still the same. Would you please check on it?
Thanks very much!
The text was updated successfully, but these errors were encountered: