You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include the SQLite.swift version, commit or branch experiencing the issue.
0.15.3
Mention Xcode and OS X versions affected.
All
How do do you integrate SQLite.swift in your project?
Swift Package manager
General guidelines
In Core/Statement.swift, this try! causes a crash on some of my users:
It happens when trying db.prepare. When the function is already throwable, it should be expected that it never fatally crashes the app, but rather throw an error which I could either catch or ignore.
That way I could act on the error. Otherwise this is not good for the UX. Would really appreciate any help!
The text was updated successfully, but these errors were encountered:
Build Information
Include the SQLite.swift version, commit or branch experiencing the issue.
0.15.3
Mention Xcode and OS X versions affected.
All
How do do you integrate SQLite.swift in your project?
General guidelines
In
Core/Statement.swift
, this try! causes a crash on some of my users:It happens when trying db.prepare. When the function is already throwable, it should be expected that it never fatally crashes the app, but rather throw an error which I could either catch or ignore.
That way I could act on the error. Otherwise this is not good for the UX. Would really appreciate any help!
The text was updated successfully, but these errors were encountered: