Insert and Update statement with same values. #3143
Unanswered
nipunpatel86
asked this question in
Q&A
Replies: 1 comment
-
Can you please provide test code demonstrating this behavior? See here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First during entity save it creates insert statements and than on commit it creates update statement.The value during insert statement is same in update statement and it's foreign key.There are 600+ update statements executed during transaction so it will impact on performance.
How to restricts update statement as it is not update any values?
Beta Was this translation helpful? Give feedback.
All reactions