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
Export data without catalogue, just the references
In the xtf, the references are an UUID in "uppercase"
Import catalogue in Postgres
Import xtf (see bwe_sh.zip, xtf has other errors as well)
Leads to this error, even though the UUID are the same, one "uppercase" from SQL Server, the other "lowercase" from the original catalogue:
Error: unknown referenced object LWB_Landwirtschaftliche_Zonengrenzen_Kataloge_V2_0.LZ_Kataloge.LZ_Katalog_Typ TID 9BC0D7E7-2370-102F-9D28-D23EBF06DE46 referenced from LWB_Bewirtschaftungseinheiten_V2_0.Landw_Betrieb.BE_Bewirtschaftungseinheit TID 2B176128-B7E9-4642-AA0A-0E54C02DAFA9
In my opinion, Postgres shouldn't care, if the UUID is upper- or lowercase.
Is this a bug or am I missing something?
The text was updated successfully, but these errors were encountered:
Being aware that there is no "uppercase" or "lowercase" with UUID, it still seems to be a kind of an issue.
e.g.
OID AS INTERLIS.UUIDOID;
), the UUID is "lowercase"Error: unknown referenced object LWB_Landwirtschaftliche_Zonengrenzen_Kataloge_V2_0.LZ_Kataloge.LZ_Katalog_Typ TID 9BC0D7E7-2370-102F-9D28-D23EBF06DE46 referenced from LWB_Bewirtschaftungseinheiten_V2_0.Landw_Betrieb.BE_Bewirtschaftungseinheit TID 2B176128-B7E9-4642-AA0A-0E54C02DAFA9
In my opinion, Postgres shouldn't care, if the UUID is upper- or lowercase.
Is this a bug or am I missing something?
The text was updated successfully, but these errors were encountered: