Hi Ben, 2015-05-06 15:18 GMT+02:00 Ben Hood <[email protected]>:
> On Wed, May 6, 2015 at 1:44 PM, Lukas Eder <[email protected]> wrote: > > Thanks for reporting this regression. It is because of: > > https://github.com/jOOQ/jOOQ/issues/4254 > > > > I have fixed this now: > > > https://github.com/jOOQ/jOOQ/commit/98530ee8714ea447881c4440968b32c9d4177bd8 > > I've just installed 98530ee and the error I reported with 337cd45 is > now gone, but unfortunately it is not picking up these routines: > > [INFO] Generating record : DoNothingRecord.java > [INFO] Generating record : DoSomethingRecord.java > > .... > > [INFO] Routines fetched : 0 (0 included, 0 excluded) What exactly do you mean by "not picking them up"? As I've mentioned before, table-valued functions are considered to be tables (with parameters), not routines, by the code generator. This is why they're listed as: [INFO] Generating routines and table-valued functions Is there any reason why you'd need them to be "picked up" as routines, explicitly? -- 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.
