Skip to content

Commit da4cd1a

Browse files
committed
wip
1 parent 20e331c commit da4cd1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/StructuredQueriesCore/Updates.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public struct Updates<Base: Table, Excluded: Sendable> {
6060
}
6161
}
6262

63+
/// A convenience type alias for a non-upsert set of updates.
6364
public typealias UpdatesOf<Base: Table> = Updates<Base, ()>
6465

6566
extension Updates: QueryExpression {

0 commit comments

Comments
 (0)