-
Notifications
You must be signed in to change notification settings - Fork 2.5k
- Fixed modifyRows when using enableRowHashing option #4818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- Fixed modifyRows when using enableRowHashing option #4818
Conversation
idangozlan
commented
Dec 7, 2015
- When using enableRowHashing (which is set right now to true as default), modifyRows match the old and the new row but not using the new entity at all.
@idangozlan Please include an issue number. |
@idangozlan Can you share a plunker that reproduces the issue and include an issue number? |
Closing due to lack of a response. |
Hi, sorry for the delay, here is the reproduce: http://plnkr.co/edit/0y6nKRnhJ6T8BHWfiZEf?p=preview Test it before and after my changes to see the fix. |
@idangozlan Can you add some unit test to check ensure that this issue does not show up again? I was able to reproduce it in your plunker. |
You should be able to reproduce it on my plunker (this is the idea, isnt I will be able but later On Tuesday, November 8, 2016, Marcelo Sauerbrunn Portugal <
Best Regards, P Please consider the environment before printing this email. |
Sorry, yes, that is the idea. I am happy that I was able to reproduce it, so I will approve as long we cover this via unit tests to prevent it from happening again. |
@idangozlan Are you going to add tests? |
Hi, I don't have free time to do so right now, sorry. On Wed, Nov 16, 2016 at 8:31 PM, Marcelo Sauerbrunn Portugal <
Best Regards, P Please consider the environment before printing this email. |
Closing this PR, as I have opened a new PR with these same changes plus unit tests. |
So after some discussion, I guess you can use my pull request? |
…ashing When using enableRowHashing (which is set right now to true as default), modifyRows match the old and the new row but not using the new entity at all. Credit to @idangozlan for the fix. This PR merely adds unit tests to his [work](#4818).
Yeah, it got merged with some unit tests added and minor changes. Thank you for your contribution! |
Great. My pleasure |