We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e3171 commit a26500cCopy full SHA for a26500c
1 file changed
Sources/Compiler/Gen/SwiftLanguage.swift
@@ -54,7 +54,7 @@ public struct SwiftLanguage: Language {
54
default: "SQLAny"
55
}
56
case let .optional(ty): "\(builtinType(for: ty))?"
57
- case let .row(.unknown(ty)): "[\(builtinType(for: ty))]"
+ case let .row(.unknown(ty)): "\(builtinType(for: ty))"
58
case .var, .fn, .row, .error: "Any"
59
case let .alias(_, alias):
60
switch alias {
0 commit comments