2017-03-28 18:29 GMT+02:00 Rob Sargent <[email protected]>: > but I was certain there was a flavour of fetchMap(String, Record) that > would do the trick. >
There's one version that takes a Class as the second argument: fetchMap(String, Class), but that can lead to ambiguities if your JOIN produces duplicate column names. -- 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.
