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
One really interesting application of this would be for migratin node types.
This would normally be done with setPrimaryType but this is not implemented in Jackalope yet, and more seriously not supported by Jackrabbit.
Such a function would mv the target node to a tempoary location create a node with the new type and then attempt to add the children of the old node to that node before deleting the original node.
UPDATE [nt:foo] AS a APPLY TO a migrate_primary_type('nt:newtype');
Maybe we could do this by using the function mapping discussed in #90
The text was updated successfully, but these errors were encountered: