Hello, I just want to share an unexpected feature of the org.jooq.Result type in for comprehensions in Scala:
Recently I have started to use jooq in a scala project. The 'map' method in the org.jooq.Result prevents to apply yielding for Result type in for comprehensions. The reason is the 'map' method name, as it has the same name as the Scala's FilterMonadic and therefore the implicit conversion is not applied to the Result and the yield's return type is not the correct one. Best regards, Gabriel -- 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.
