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
nil is a valid return value here. If row.get() throws, then this method should fail, but if the return value is nil then decodeIfPresent() should return nil.
If a table includes an optional custom struct, the decode method throws an error when the optional value is nil
I created a unit test demonstrating this here:
master...Chris-Stockbridge:SQLite.swift:master
d5b2adc
This unit test passes with the previous release, but breaks starting with 0.15.0
The text was updated successfully, but these errors were encountered: