> That's fantastic. I'll be sure to give it a good work out :). Great, any pre-2.5.0 release feedback is helpful, as it is easier to change the API and semantics before actually releasing it. The SNAPSHOT can be found here: https://oss.sonatype.org/content/repositories/snapshots/org/jooq/
Note, I am thinking that there should also be an UpdatableRecord.deleteLocked() method with similar semantics. Using deleteLocked(): - An exception should be thrown if the database record was already deleted - An exception should be thrown if the database record has been changed before deletion What do you think?
