jOOQ version 3.10.5 I developing against an Oracle 12c DB but deploying to an 11g.
I don't think it matters but the code generation was done against the 12c. In my jOOQ query, I have .offset(...) and .limit(...). When I run against the 11g DB, jOOQ sometimes generates the proper rownum format for emulating the offset and limit. Sometimes, however, it generates the offset 0 rows fetch next ? rows only form. Is there a way to specify the Oracle version or to specify the form of the offset/limit generation? Thanks Andrew -- 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.
