Open
Description
In some past SQLiteEncoder skips to update the column if the Codable's optional field is nil
Seems after #838 it starts to place null
if the value is nil
, which is not convenient in some cases (often you want to update only part of the fields)
Please provide either
- example/docs how to update only non-nil fields
- additional Encoder setting that would configure this behaviour