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
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4984,12 +4984,13 @@ try dbQueue.write { db in
4984
4984
4985
4985
## Error Handling
4986
4986
4987
-
GRDB can throw [DatabaseError](#databaseerror), [RecordError], or crash your program with a [fatal error](#fatal-errors).
4987
+
GRDB can throw [DatabaseError](#databaseerror), [RecordError], [RowDecodingError], or crash your program with a [fatal error](#fatal-errors).
4988
4988
4989
4989
Considering that a local database is not some JSON loaded from a remote server, GRDB focuses on **trusted databases**. Dealing with [untrusted databases](#how-to-deal-with-untrusted-inputs) requires extra care.
4990
4990
4991
4991
- [DatabaseError](#databaseerror)
4992
4992
- [RecordError]
4993
+
- [RowDecodingError]
4993
4994
- [Fatal Errors](#fatal-errors)
4994
4995
- [How to Deal with Untrusted Inputs](#how-to-deal-with-untrusted-inputs)
0 commit comments