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
The pluck function does not throw an exception, but in the documentation you use the try keyword: let user = try db.pluck(query)
Also in the documentation the menu point "Migrations and Schema Versioning" is not linked.
The text was updated successfully, but these errors were encountered:
+1
Currently I try to check 1 field in DB to make sure it is valid, in case it is not valid app crashes and "try" cannot be used as pluck does not throw.
fatal error: 'try!' expression unexpectedly raised an error: file is encrypted or is not a database:
Sorry, something went wrong.
No branches or pull requests
The pluck function does not throw an exception, but in the documentation you use the try keyword:
let user = try db.pluck(query)
Also in the documentation the menu point "Migrations and Schema Versioning" is not linked.
The text was updated successfully, but these errors were encountered: