14 Jan
2008
14 Jan
'08
3:01 p.m.
On Mon, 14 Jan 2008 14:30:30 +0100, Thomas Mortagne wrote
No as the goal of this code is not to chose the database/schema where to works, it set the schema name to use when generating the update script for database engines based on schemas. MySQL does not need it because MySQL is based on databases.
The only place where database/schema is really changed is setDatabase() and only in non virtual mode as far as I know.
May be you mean 'only in virtual mode' ? If so, I understood (and we just don't need such parameter for mysql, becouse in non-virtual mode database is passed in jdbc URL)