Hi Lukas, Unfortunately, TableField is used in a couple of places, specifically > the ON KEY join method. I didn't have time to try to resolve that > dependency, but I think it would be possible to pull up the getTable() > method to Field.table() and make it "optional", i.e. allow for it to > return null, if a field's table is unknown or not available. > > if you could do that, that would be great! If you have a better idea of how to fix the initial problem, that's fine with me too ;)
But at the moment I'm using traditional JDBC for an INSERT statement because I need to fetch the generated ID. All other code is jOOQ already. Would really like to completely use jOOQ here. Thanks Sven -- 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.
