Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Support for "catalog" parameter. In MySQL "databases" are "catalogs", not "schemas". Currently I have to use DB URL that includes a catalog in it (jdbc:mysql://127.0.0.1/mydb), and a null schema. Ideally I'd like to share a common URL in the parent pom for a set of databases on the same server (jdbc:mysql://127.0.0.1/) , and distinguish between DBs by using "catalog" parameter of the Maven plugin.
Note that this also adds "catalog" parameter to DbLoader and the Ant task.
rename "schemaName" to "schema" (with deprecation)