Hi Michael, Thanks for the feedback. I'm glad it helped.
As a SQL performance person, here's one minor nit pick: 2017-11-28 18:32 GMT+01:00 Michael Redlich <[email protected]>: > > if(email != null) { > > How about moving that check into the query? You could add a ATTENDEES.WORK_EMAIL.isNotNull() and ATTENDEES.HOME_EMAIL.isNotNull() checks to each individual subquery :) Cheers, Lukas -- 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.
