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 20125ff commit d0b62cfCopy full SHA for d0b62cf
Sources/StructuredQueriesCore/Internal/Deprecations.swift
@@ -22,7 +22,7 @@ extension Table {
22
_ rows: [Self],
23
onConflict doUpdate: ((inout Updates<Self>) -> Void)? = nil
24
) -> InsertOf<Self> {
25
- insert(or: conflictResolution, values: { rows }, onConflict: doUpdate )
+ insert(or: conflictResolution, values: { rows }, onConflict: doUpdate)
26
}
27
28
@available(*, deprecated, renamed: "insert(or:_:values:onConflictDoUpdate:)")
0 commit comments