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() {
325
325
table = table,
326
326
assignments = assignments,
327
327
conflictColumns = conflictColumns,
328
- updateAssignments = updateAssignments
328
+ updateAssignments = updateAssignments,
329
+ returningColumns = returningColumns
329
330
)
330
331
}
331
332
}
@@ -350,7 +351,8 @@ public open class PostgreSqlExpressionVisitor : SqlExpressionVisitor() {
350
351
table = table,
351
352
assignments = assignments,
352
353
conflictColumns = conflictColumns,
353
- updateAssignments = updateAssignments
354
+ updateAssignments = updateAssignments,
355
+ returningColumns = returningColumns
354
356
)
355
357
}
356
358
}
You can’t perform that action at this time.
0 commit comments