coldbox-modules / quick

A ColdBox ORM Engine
https://quick.ortusbooks.com
MIT License
23 stars 19 forks source link

New `hasManyDeep` and `hasManyDeepBuilder` relationships. #249

Closed elpete closed 3 months ago

elpete commented 5 months ago

hasManyThrough needs some work to be more performant and produce expected queries. hasManyDeep is a ground up rewrite alongside hasManyThrough. Eventually we will add a belongsToDeep and hopefully even patch hasManyThrough and belongsToThrough through the new relationships.