Hi Lukas,

I've got a bunch of code that programmatically checks whether a value
is not null in the context of building an update statement.

Basically the code extracts non-null fields from a POJO in order to avoid

ctx.UPDATE(FOO).set(FOO.BAR, bar)

when bar == null

But this seems cumbersome. Is there some magic flag somewhere that can
just ignore non-null fields when issuing updates?

Cheers,

Ben

-- 
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.

Reply via email to