Skip to content

Commit b4fd905

Browse files
committed
rm warning
1 parent 6143c59 commit b4fd905

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/FluentSQLiteDriver/SQLiteRow+Database.swift

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ extension SQLiteRow: DatabaseOutput {
2525
try self.decodeNil(column: self.columnName(key))
2626
}
2727

28-
#warning("TODO: decode raw sql to model test")
29-
3028
public func decode<T>(_ key: FieldKey, as type: T.Type) throws -> T
3129
where T: Decodable
3230
{

0 commit comments

Comments
 (0)