Update dependencies
This commit is contained in:
@@ -40,7 +40,7 @@ public final class MultiRowDecoder: RowDecoder {
|
||||
return try decode(Date.self, for: key)
|
||||
}
|
||||
|
||||
public func decode<T: SQLiteRawRepresentable>(
|
||||
public func decode<T: SQLiteRepresentable>(
|
||||
_ type: T.Type,
|
||||
for key: any CodingKey
|
||||
) throws -> T {
|
||||
|
||||
Reference in New Issue
Block a user