Changes between Initial Version and Version 1 of Ticket #36522, comment 1
- Timestamp:
- Jul 24, 2025, 1:27:12 PM (6 weeks ago)
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 e xcluding composite primary keys.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 even when composite primary keys are not involved. 2 2 3 3 Take the following model for example