Skip to content

Commit 1c587df

Browse files
committed
wip
1 parent 41f2209 commit 1c587df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StructuredQueriesCore/Operators.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ extension Table {
926926
///
927927
/// - Returns: A predicate expression indicating whether this subquery contains any element.
928928
public static func exists() -> some QueryExpression<Bool> {
929-
SQLQueryExpression("EXISTS \(all)")
929+
all.exists()
930930
}
931931
}
932932

0 commit comments

Comments
 (0)