creatoro / jelly

A flexible ORM for Kohana 3.1+
http://jelly.jonathan-geiger.com
MIT License
72 stars 13 forks source link

Use JOIN in getting of many-to-many relations #64

Closed creatoro closed 13 years ago

creatoro commented 13 years ago

This issue was discussed earlier before, but those changes were lost in 4940f86a5cdc2b767dc95951dde0245493f1517a. I'm not sure if that was intentional, but it seems that using JOIN was a good idea as it really is faster then WHERE IN....

My intention is to bring back the changes from ac19026efc4fce4bbede4817924a444e63a4d551. I'll leave this issue open for a short time for discussion, any thoughts are welcome.