Adds the ability for transform rules on property vertices. We will apply a transform rule if we see that an edge rule depends on its own property to be set
This requires us to pass in the configuration operator to opCtx.ConfigureRule (or whatever its called) since transform rules require the property to be set and not appended to.
also had to make a small change in path expansion to only check uniqueness validity if there were uniqueness constraints on the edge.
Resulted in fixing the open EFS tickets
Standard checks
Unit tests: Any special considerations?
Docs: Do we need to update any docs, internal or public?
Backwards compatibility: Will this break existing apps? If so, what would be the extra work required to keep them working?
Adds the ability for transform rules on property vertices. We will apply a transform rule if we see that an edge rule depends on its own property to be set
This requires us to pass in the configuration operator to opCtx.ConfigureRule (or whatever its called) since transform rules require the property to be set and not appended to.
also had to make a small change in path expansion to only check uniqueness validity if there were uniqueness constraints on the edge.
Resulted in fixing the open EFS tickets
Standard checks