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 be026f2 commit 7b299d9Copy full SHA for 7b299d9
Sources/StructuredQueriesMacros/SelectionMacro.swift
@@ -280,8 +280,8 @@ extension SelectionMacro: MemberMacro {
280
281
let defaultValue: ExprSyntax? =
282
binding.initializer.map(\.value.trimmed)
283
- // TODO: Revisit this with multi-column support.
284
- // ?? (columnQueryValueType?.isOptionalType == true ? ExprSyntax(NilLiteralExprSyntax()) : nil)
+ // TODO: Revisit this with multi-column support.
+ // ?? (columnQueryValueType?.isOptionalType == true ? ExprSyntax(NilLiteralExprSyntax()) : nil)
285
286
allColumns.append((identifier, columnQueryValueType, defaultValue))
287
let decodedType = columnQueryValueType?.asNonOptionalType()
0 commit comments