I have implemented #1849:
https://github.com/jOOQ/jOOQ/issues/1849

// This has been added to Record
Record original()

// ... and it is overridden for increased type-safety in TableRecord<R
extends Record> as
R original()

I'll see what can be done about the isChanged flags in a bit...

Reply via email to