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 9911454 commit 93f6d83Copy full SHA for 93f6d83
Sources/StructuredQueriesMacros/TableMacro.swift
@@ -1014,7 +1014,7 @@ extension TableMacro: MemberMacro {
1014
public static var allColumns: [any \(moduleName).TableColumnExpression] { \
1015
[\(allColumns.map { "QueryValue.columns.\($0)" as ExprSyntax }, separator: ", ")]
1016
}
1017
- public static var queryFragment: String { \(fragmentLiteral) }
+ public var queryFragment: QueryFragment { \(fragmentLiteral) }
1018
1019
""",
1020
draft,
0 commit comments