Hi Ryan, > It seems the internal "original" fields are not reset after a store. Which I > am not sure if they should be. But it would make sense to me for the above > code to work. Would there be any issues with resetting the "original" fields > after successfully saving a record?
You're probably right. "original" values should be updated, once a record is stored successfully. I'll check to see if I can reproduce this. I have registered #1995 for this: https://github.com/jOOQ/jOOQ/issues/1995 > Or can there be a setting to enable > that behaviour? I'd prefer if there aren't too many settings complicating things. A successful store should "refresh" those "original" values, that were affected by the store() Cheers Lukas
