Hi,
I created a schema on iSeries, with the SQL command (not the CRTLIB command).
I run Liquibase (3.0.7) for a first update
- at liquibase.integration.commandline.Main.main(Main.java:133)
Any idea?
Regards
Luc
Hi,
I created a schema on iSeries, with the SQL command (not the CRTLIB command).
I run Liquibase (3.0.7) for a first update
Any idea?
Regards
Luc
Hi,
I debugged this and apparently one can resolve this by defining the DB2iDatabase as “able to support schemas”.
But I have no clear idea what the impact is on other functionality.
Should I make a Jira issue for this?
Regards
Luc
That shouldn’t affect anything beyond DB2i logic. I applied the change to the DB2i extension (http://github.com/liquibase/liquibase-db2i) which is where the DB2i code is going with the Liquibase 3.1. release.
Nathan