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. 2008/1/14, rssh <[EMAIL PROTECTED]>: > > > > > > > > > > No, it's work for me. > > > (may be because of calls to table.setSchema() in updateSchema(), which > > > called > > > first) > > > > table.setSchema() is never called with mysql... I will make a some > > real test when I have time before continue to complain :) > > > > May be better add mysql here ? (i.e. call setSchema for any database). > > > > > > > > > > > > > > -- > > > Ruslan Shevchenko > > > GradSoft. http://www.gradsoft.ua > > > > > > _______________________________________________ > > > devs mailing list > > > [email protected] > > > http://lists.xwiki.org/mailman/listinfo/devs > > > > > > > -- > > Thomas Mortagne > > _______________________________________________ > > devs mailing list > > [email protected] > > http://lists.xwiki.org/mailman/listinfo/devs > > > > -- > Ruslan Shevchenko > GradSoft. http://www.gradsoft.ua > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

