You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INTERLIS 2.3;
MODEL MyModelTemplate (de)
AT "mailto:localhost"
VERSION "2025-03-14" =
TOPIC MyTopicTemplate =
BASKET OID AS INTERLIS.UUIDOID;
OID AS INTERLIS.UUIDOID;
CLASS DO_Document =
Titel : TEXT*20;
END DO_Document;
CLASS WF_Typ =
Bezeichnung : TEXT*20;
END WF_Typ;
ASSOCIATION WF_RV =
OID AS INTERLIS.UUIDOID;
Vorschrift -- {0..*} DO_Document;
Typ -- {0..*} WF_Typ;
END WF_RV;
END MyTopicTemplate;
END MyModelTemplate.
Als Resultat sieht die Tabelle wf_rv sieht wie folgt aus:
Statt dass die TID der Beziehung in das Feld t_ili_tid geschrieben wird, werden die Spalten um eine Spalte "nach links verrutscht".
Mit ili2pg bricht dann sogar der Import ab mit:
Info: Basket MyModelTemplate.MyTopicTemplate(oid d00f50c7-4f19-4ebd-b17c-d3d64a4d6c51)...
Error: Object 0ebe85e1-3117-4def-b06c-cc8542584d96 at (line 15,col 0)
Error: No value specified for parameter 5.
Ich gehe davon aus, dieses Problem ist mit #431 verwandt.
The text was updated successfully, but these errors were encountered:
Folgendes Datenmodell:
Folgende Daten:
Datenbank erstellen mit ili2gpkg:
Daten importieren:
Als Resultat sieht die Tabelle
wf_rv
sieht wie folgt aus:Statt dass die TID der Beziehung in das Feld
t_ili_tid
geschrieben wird, werden die Spalten um eine Spalte "nach links verrutscht".Mit ili2pg bricht dann sogar der Import ab mit:
Ich gehe davon aus, dieses Problem ist mit #431 verwandt.
The text was updated successfully, but these errors were encountered: