0
I have a table in the database and am normally running insert, delete, update, select operations. During a test I was running an update of a field with the same information that is set in the database and generated a failure. Is there any way to successfully execute the update in a field, even if what is set is equal to the input?
Your question is very unclear. Read it as if you were another user, you would understand the question 100% without examples or anything? Help us there :)
– Sam
What was the flaw? There is no problem updating a column with the same data, although it is good practice to make the application identify whether or not there was a change before executing the
update
.– Laércio Lopes