Skip to content

Commit 7a5473b

Browse files
committed
wip
1 parent c868bc4 commit 7a5473b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StructuredQueriesCore/QueryFragment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ extension QueryFragment: ExpressibleByStringInterpolation {
169169
}
170170
$0.append(hex)
171171
}
172-
$0.append("unhex(\(quote: hex, delimiter: .text))")
172+
$0.append("X\(quote: hex, delimiter: .text)")
173173
case .bool(let bool):
174174
$0.append("\(raw: bool ? 1 : 0)")
175175
case .double(let double):

0 commit comments

Comments
 (0)