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 e94783f commit a4f0516Copy full SHA for a4f0516
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