Skip to content

Commit c6a7785

Browse files
committed
wip
1 parent 4bcd5a4 commit c6a7785

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sources/StructuredQueriesCore/Statements/Select.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,11 +1533,9 @@ extension CopyOnWrite: Sendable where Value: Sendable {}
15331533

15341534
extension CopyOnWrite.Storage: @unchecked Sendable where Value: Sendable {}
15351535

1536-
private struct ExistsSelect<T: Table, S: Statement>: SelectStatement {
1537-
typealias From = T
1536+
private struct ExistsSelect<From: Table, S: Statement>: SelectStatement {
15381537
typealias QueryValue = Bool
15391538
let statement: S
1540-
15411539
var query: QueryFragment {
15421540
"SELECT EXISTS\(statement)"
15431541
}

0 commit comments

Comments
 (0)