2015-06-11 12:01 GMT+02:00 Oleg <[email protected]>: > Hi Lukas > > Just to clarify: > > >> 4. The Record.from() method simply uses reflection to take each > attribute from your POJO and set the corresponding value of your record > using setValue(), unless: > > >> a) The value is null and the corresponding Field is NOT NULL > > That means that if POJO has field with null value, than record filed will > be unchanged after Record.from() ? It shold be changed. >
If and only if the Field is a NOT NULL field. Details here: - https://github.com/jOOQ/jOOQ/issues/2700 - https://github.com/jOOQ/jOOQ/issues/3582 -- 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/d/optout.
