Hey all, I'm using `context.fetch(...).intoGroups(keyMapper, rowMapper)` with a query that's `LEFT OUTER JOINING` the values that end up in the `rowMapper` side of things.
For values where there is nothing, currently I just return `null` from the mapper, but these null values then end up in the `List` returned from jooq. Ideally I'd just like to skip those values and elide them from the list, so as to not worry about having null checks further down the track. Is that possible? -- Mark Derricutt http://www.theoryinpractice.net http://www.chaliceofblood.net http://plus.google.com/+MarkDerricutt http://twitter.com/talios http://facebook.com/mderricutt -- 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.
signature.asc
Description: OpenPGP digital signature
