File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,8 @@ public open class PostgreSqlExpressionVisitor : SqlExpressionVisitor() {
325325 table = table,
326326 assignments = assignments,
327327 conflictColumns = conflictColumns,
328- updateAssignments = updateAssignments
328+ updateAssignments = updateAssignments,
329+ returningColumns = returningColumns
329330 )
330331 }
331332 }
@@ -350,7 +351,8 @@ public open class PostgreSqlExpressionVisitor : SqlExpressionVisitor() {
350351 table = table,
351352 assignments = assignments,
352353 conflictColumns = conflictColumns,
353- updateAssignments = updateAssignments
354+ updateAssignments = updateAssignments,
355+ returningColumns = returningColumns
354356 )
355357 }
356358 }
You can’t perform that action at this time.
0 commit comments