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 c868bc4 commit 7a5473bCopy full SHA for 7a5473b
Sources/StructuredQueriesCore/QueryFragment.swift
@@ -169,7 +169,7 @@ extension QueryFragment: ExpressibleByStringInterpolation {
169
}
170
$0.append(hex)
171
172
- $0.append("unhex(\(quote: hex, delimiter: .text))")
+ $0.append("X\(quote: hex, delimiter: .text)")
173
case .bool(let bool):
174
$0.append("\(raw: bool ? 1 : 0)")
175
case .double(let double):
0 commit comments