Hi I'm having an issue with TPgTable and ApplyUpdates. What is happening is that if I change a value in a field and call ApplyUpdates the field is changed in the underlying dataset. However if I immediately change the value back to it's original value, the ApplyUpdates does not change it. I confirmed this by monitoring the SQL statement created and sent to the server. On the second update the field that is changed to the original value is not included in the SQL statement.
What would be the cause of this?