For reference, MysqlConnectionPoolDataSource works with DSL.using() but PGConnectionPoolDataSource does not.
A quick look seems like MysqlConnectionPoolDataSource inherits from DataSource and CommonDataSource and PGConnectionPoolDataSource only from CommonDataSource. Maybe DSL.using() should accept CommonDataSource instead of DataSource? In either case, is there a good way to use the 3 argument DSL.using() that accepts Settings with PGConnectionPoolDataSource? -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/99855e4d-8a02-4265-af36-f38bd71d3dcdn%40googlegroups.com.
