demos-europe / edt

Enables your PHP application to expose its entities as REST resources using the feature rich JSON:API specification as API. How and to whom your entities are exposed is highly customizable while minimizing boilerplate code.
MIT License
2 stars 1 forks source link

Allow different context in `propertiesEqual` #150

Open joorei opened 3 months ago

joorei commented 3 months ago

When comparing two properties using propertiesEqual, both paths start at the target entity class. In the DqlConditionFactory it was implemented that the right path could have a different entity class context. This may be doable in ConditionFactory as well, to provide greater flexibility.