Skip to content

Commit cdddf25

Browse files
committed
QueryRowResultType is deprecated
1 parent 9e78db8 commit cdddf25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/MySQL/Result.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ infix operator <| : DecodingPrecedence
1717
infix operator <|? : DecodingPrecedence
1818

1919

20+
@available(*, deprecated)
2021
public protocol QueryRowResultType {
2122
static func decodeRow(r: QueryRowResult) throws -> Self
2223
}

0 commit comments

Comments
 (0)