Hi > Forgive me if this has been asked/posted somewhere, but is there a reason > that the schema-specific factories like MySQLFactory as well as the > jOOQ-generated Factory classes don't have dataSource constructors as well?
Thanks for reporting this. This was just forgotten. Adding those constructors to dialect-specific factories will be tracked as #1586: https://sourceforge.net/apps/trac/jooq/ticket/1586 Adding those constructors to generated schema-specific factories will be tracked as #1587: https://sourceforge.net/apps/trac/jooq/ticket/1587 Cheers Lukas
