flat3 / lodata

The OData v4.01 Producer for Laravel
https://lodata.io/
MIT License
80 stars 27 forks source link

Added constraint support for CollectionEntitySet #845

Open mvanbeselaere opened 1 month ago

mvanbeselaere commented 1 month ago

This commit answers a specific requirement we had where we needed custom CollectionEntitySets to follow relationship constraints. Found out constraints where only working with SqlEntitySet, so I updated the code by altering the Transaction's filter with a manual constraint injection.

This is probably not the best way to implement it, but this could initiate a discussion on this feature here.

Have a good one!