Hi, I'd probably just implement this myself, but it means setting up the jooq project so I can hack the source...
Anyway, I reckon .fetchOneInto() to match the fetchInto() would be really handy. I find myself either calling fetchOne(), then checking for null, then calling .into() or calling fetchInto(), then if size > 0 .get(0). Hope that makes sense :). What you do think? Thanks, Ryan
