Hi,
I debugged this and apparently one can resolve this by defining the DB2iDatabase as "able to support schemas".
- @Override
- public boolean supportsSchemas() {
- return true;
- }
But I have no clear idea what the impact is on other functionality.
Should I make a Jira issue for this?
Regards
Luc