File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/StructuredQueriesCore/Statements Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ extension Table {
158158 ) -> InsertOf < Self > {
159159 withoutActuallyEscaping ( updates) { updates in
160160 _insert (
161- columnNames: TableColumns . writableColumns. map ( \. name) ,
161+ columnNames: TableColumns . writableColumns. map ( \. name) ,
162162 values: . values( values ( ) ) ,
163163 onConflict: conflictTargets,
164164 where: targetFilter,
@@ -324,7 +324,7 @@ extension Table {
324324 ) -> InsertOf < Self > {
325325 withoutActuallyEscaping ( updates) { updates in
326326 _insert (
327- columns,
327+ columns,
328328 values: values,
329329 onConflict: conflictTargets,
330330 where: targetFilter,
@@ -488,7 +488,7 @@ extension Table {
488488 ) -> InsertOf < Self > {
489489 withoutActuallyEscaping ( updates) { updates in
490490 _insert (
491- columns,
491+ columns,
492492 select: selection,
493493 onConflict: conflictTargets,
494494 where: targetFilter,
You can’t perform that action at this time.
0 commit comments