We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9340fdc commit f2c4678Copy full SHA for f2c4678
GRDB/Core/Row.swift
@@ -2055,9 +2055,7 @@ struct ArrayRowImpl: RowImpl {
2055
}
2056
2057
2058
-// @unchecked because columns property is not inferred as Sendable
2059
-// TODO: remove this @unchecked when compiler can handle tuples.
2060
-extension ArrayRowImpl: @unchecked Sendable { }
+extension ArrayRowImpl: Sendable { }
2061
2062
// TODO: merge with ArrayRowImpl eventually?
2063
/// See Row.init(copiedFromStatementRef:sqliteStatement:)
0 commit comments