Changes between Initial Version and Version 1 of Ticket #28668, comment 21
- Timestamp:
- Aug 3, 2018, 8:55:28 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28668, comment 21
initial v1 1 1 > ... also the possibility is implemented to return the IDs 2 2 3 How would you expect this to work? Would `pk` only be assigned to objects that didn't cause conflict? 3 How would you expect this to work? Are you aware that `ON CONFLICT IGNORE RETURNING *` won't return conflicting rows? 4 5 6 Would you expect `pk` to only be assigned to objects that didn't cause conflict? That seems like a weird API to me but I can't think of anything better.