Hi, I notice internally that JOOQ stores whether there have been changes to a record. Is there a way to access this. I want to use it to detect if a record is dirty and needs committing. I can't find any public methods that expose the functionality. eg record.hasChanges(), or record.isDirty()
Additionally it would be great to have the original values accessible also, but I can just fetch again from the database, so that's not a biggy :). Would also mean a lot more memory overhead I guess if you are updating a large recordset. Thanks! Ryan
