Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
With a namespace upgrade, some nodes will have an incorrect name after the upgrade.
If a node had a name 'xxx:alice', but is of a type 'yyy:bob' then after the upgrade of xxx to a new version, the node will be named 'xxx_1_0:alice'.
Using a query like
SELECT * FROM nt:base WHERE fn:name() LIKE 'xxx_1_0:%'
it should be possible to add these nodes to the list of visited nodes during a namespace upgrade.