We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6143c59 commit b4fd905Copy full SHA for b4fd905
Sources/FluentSQLiteDriver/SQLiteRow+Database.swift
@@ -25,8 +25,6 @@ extension SQLiteRow: DatabaseOutput {
25
try self.decodeNil(column: self.columnName(key))
26
}
27
28
- #warning("TODO: decode raw sql to model test")
29
-
30
public func decode<T>(_ key: FieldKey, as type: T.Type) throws -> T
31
where T: Decodable
32
{
0 commit comments