-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
Are null values actually supported by your SQLiteDecoder?
Build Information
CocoaPods, SQLite.swift version 0.12.2
iOS 13.4, XCode 11.4.1
General guidelines
I just tried to read an array of my table's contents, but then I got an exception.
In Coding.swift:235 I get an error by QueryError.unexpectedNullValue.
Are null values within Codables supported?