Schema import fails in versions later than 4.6.1 with this error:
Model ModelA requires column T_basket
But when the version is 4.6.1 or earlier, the process is successful. Both models were compiled correctly.
I checked this behaviour in ili2gpkg and ili2pg.
INTERLIS 2.3;
MODEL ModelA (de) AT "http://www.google.com" VERSION "2022_10_25" =
IMPORTS ModelB;
TOPIC MainTopic EXTENDS ModelB.BaseTopic =
CLASS MyClass =
description: MTEXT*30;
END MyClass;
END MainTopic;
END ModelA.
INTERLIS 2.3;
MODEL ModelB (de) AT "http://www.google.com" VERSION "2022_10_25" =
TOPIC BaseTopic =
END BaseTopic;
END ModelB.
Schema import fails in versions later than 4.6.1 with this error:
But when the version is 4.6.1 or earlier, the process is successful. Both models were compiled correctly. I checked this behaviour in ili2gpkg and ili2pg.
The arguments that I used:
and the models: