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
Thanks for reporting this and providing the nice to follow reproducer. Already the first run seems to uncover that there might be an error in the processing of the labels from the database if a dynamic label is involved.
SDN 6.2.4 is unable to instantiate nodes with multiple levels of inheritance and a non-empty
@DynamicLabels
field.I have an example repo but here is a summary of the problem.
For example, say you have a super class
A sub class
And a sub class of the sub class
You can query for instances of the
Cat
sub class only if they do not have a dynamic labelThe second query fails if the
Feline
sub class is abstract or concrete, though the exception is different.This example worked correctly in SDN 6.2.1 but it fails with SDN 6.2.4.
The text was updated successfully, but these errors were encountered: