Hello! I'm currently experimenting with jooq together with scala.
Unfortunately there seem to be many rough edges in everyday usage. Just some that I stumpled upon: - DSL.row function not usable from scala due to a known limitation of java interop with Object... vararg in scala. - Missing first class support for scala types makes certain situations quite cumbersome. - ResultQuery fetchInto and scala classes don't work together. Is there anything other integration than jooq-scala<https://github.com/jOOQ/jOOQ/tree/master/jOOQ-scala> that I've just not discovered? Are there any further plans to improve scala support? Best regards, Florian -- 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/groups/opt_out.
