Skip to content

Commit 8f6f1aa

Browse files
committed
TODO
1 parent 96d0471 commit 8f6f1aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

GRDB/Record/MutablePersistableRecord+Upsert.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ extension MutablePersistableRecord {
4747
didSave(saved)
4848
}
4949

50+
// TODO: Make it possible to build assignments from $0.columnName
5051
/// Executes an `INSERT ON CONFLICT DO UPDATE RETURNING` statement, and
5152
/// returns the upserted record.
5253
///

GRDB/Record/PersistableRecord+Upsert.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ extension PersistableRecord {
4747
didSave(saved)
4848
}
4949

50+
// TODO: Make it possible to build assignments from $0.columnName
5051
/// Executes an `INSERT ON CONFLICT DO UPDATE RETURNING` statement, and
5152
/// returns the upserted record.
5253
///

0 commit comments

Comments
 (0)