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 1ad553e commit 79210adCopy full SHA for 79210ad
Sources/StructuredQueriesCore/QueryFragment.swift
@@ -29,7 +29,7 @@ public struct QueryFragment: Hashable, Sendable {
29
switch $0 {
30
case .sql(let sql):
31
sql.isEmpty
32
- case .binding(let binding):
+ case .binding:
33
false
34
}
35
0 commit comments