Update dependencies
This commit is contained in:
parent
4fa72e8065
commit
9c6a81437c
33 changed files with 122 additions and 122 deletions
|
|
@ -27,7 +27,7 @@ final class SingleValueContainer<Decoder: ValueDecoder>: Container, SingleValueD
|
|||
switch type {
|
||||
case is Date.Type:
|
||||
try decoder.decodeDate() as! T
|
||||
case let type as SQLiteRawRepresentable.Type:
|
||||
case let type as SQLiteRepresentable.Type:
|
||||
try decoder.decode(type) as! T
|
||||
default:
|
||||
try T(from: decoder)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue