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 e1ab90e commit 603bcbfCopy full SHA for 603bcbf
Sources/StructuredQueriesMacros/TableMacro.swift
@@ -1474,7 +1474,7 @@ extension TableMacro: MemberMacro {
1474
}
1475
""",
1476
"""
1477
- public struct Selection: \(moduleName).TableExpression {
+ public nonisolated struct Selection: \(moduleName).TableExpression {
1478
public typealias QueryValue = \(type.trimmed)
1479
public let allColumns: [any \(moduleName).QueryExpression]
1480
\(selectionInitializers, separator: "\n")
0 commit comments