The below sample code to set the same value as the original value but it 
still shows as changed? Is there a way to compare the value for dirty check?

FolderPropertyRecord propertyRecord = records.get(0);
propertyRecord.setC01(propertyRecord.getC01());
LOGGER.info("Dirty Record: {}", propertyRecord.changed());

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to