Been using jOOQ 3 since the RC1 dropped, and had a couple of questions:
1. Public.SCHEMANAME.getTables() returns a list of tables generated by jOOQ, which is very useful, but the function only returns Table<?> and not Table<TableRecord<?>> or even Table<Record<?>> - Why is that? 2. How do I setup a default set of ExecuteListeners across creation of Executors? -- 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.
