Changes between Initial Version and Version 1 of Ticket #28668, comment 21


Ignore:
Timestamp:
Aug 3, 2018, 8:55:28 PM (6 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28668, comment 21

    initial v1  
    11> ... also the possibility is implemented to return the IDs
    22
    3 How would you expect this to work? Would `pk` only be assigned to objects that didn't cause conflict?
     3How would you expect this to work? Are you aware that `ON CONFLICT IGNORE RETURNING *` won't return conflicting  rows?
     4
     5
     6Would 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.
Back to Top