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 41f2209 commit 1c587dfCopy full SHA for 1c587df
Sources/StructuredQueriesCore/Operators.swift
@@ -926,7 +926,7 @@ extension Table {
926
///
927
/// - Returns: A predicate expression indicating whether this subquery contains any element.
928
public static func exists() -> some QueryExpression<Bool> {
929
- SQLQueryExpression("EXISTS \(all)")
+ all.exists()
930
}
931
932
0 commit comments