Changes between Initial Version and Version 1 of Ticket #36522, comment 1


Ignore:
Timestamp:
Jul 24, 2025, 1:27:12 PM (6 weeks ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36522, comment 1

    initial v1  
    1 You can't use primary key assignment (complete or partial) to model instances to perform an update as the value is used both for the desired value as well as the row lookup, that is excluding composite primary keys.
     1You can't use primary key assignment (complete or partial) to model instances to perform an update as the value is used both for the desired value as well as the row lookup, that is even when composite primary keys are not involved.
    22
    33Take the following model for example
Back to Top