
|
If you were logged in you would be able to see more operations.
|
|
|
Now dbMigration can't differentiate between database vendors or version. With the class attached is possible to add a task list specific for a database vendor (i.e. "Oracle", "PostgreSQL", "MySQL", "Apache Derby"...) or for a single version of the previous (i.e. you may want a script to be executed only in Oracle 8 and not in Oracle 9).
This way is possible to use dbMigration to really "migrate" from one vendor to another or from different versions of a database.
|
|
Description
|
Now dbMigration can't differentiate between database vendors or version. With the class attached is possible to add a task list specific for a database vendor (i.e. "Oracle", "PostgreSQL", "MySQL", "Apache Derby"...) or for a single version of the previous (i.e. you may want a script to be executed only in Oracle 8 and not in Oracle 9).
This way is possible to use dbMigration to really "migrate" from one vendor to another or from different versions of a database. |
Show » |
Sort Order:
|
I already committed the class (maybe a little formatting is needed), you can close the issue if you accept the improvement.