Greetings! I'm looking for Executor.setConnection(). The factory used to have a Factory.setConnection method, now it only appears to be in the constructor.
My use case is that I am using it to "close" the factory. I do Factory.setConnection(null) to indicate that the factory can no longer be used. Just to catch out if a developer decides to keep wanting to use the factory and the underlying connection has been put back into the pool. Also, unrelated, but just a migration observation to JOOQ 3.0 Tables have renamed getFields() to fields(), but References (foreign keys) are still using getFields(). It just seems inconsistent? Thanks, Ryan -- 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.
