Hello, Like any other API, jOOQ can be used in Scala with the known interoperability limitations. Some comments inline:
2014-02-28 15:40 GMT+01:00 Florian Gutmann <[email protected]>: > 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. > Can you explain this further? > - Missing first class support for scala types makes certain situations > quite cumbersome. > Yes. This cannot be fixed without implementing a first class implementation. > - ResultQuery fetchInto and scala classes don't work together. > Can you explain this further? > Is there anything other integration than > jooq-scala<https://github.com/jOOQ/jOOQ/tree/master/jOOQ-scala> that > I've just not discovered? > Not yet. > Are there any further plans to improve scala support? > There are plans for late 2014, depending on the amount of traction we get for such an integration. By improving Scala support, I mean creating something like "SOOQ". In the mean time, jOOQ will work at most as well as any other Java library in Scala. Cheers, Lukas -- 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.
