Switching from jooq 3.7.4 to 3.8.4, when I generate a single db on a schema using and ulr like this
jdbc:jtds:sqlserver://xxxxxx:1433;databaseName=yyyyyyyyyy; Results is a generation of all databases on dbo.* schema. I want to generate just one of it, like on 3.7.4. How can I achieve this via maven plugin? I've seen a schema selector but not a database selector. This prevent me to migrating -- 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/d/optout.
