I wonder if it would be feasible to support datasets as the values in the hash passed to #eager:
Albums.eager(:daily_sales_figures => DailySalesFigures.filter(...).select(...)) This could provide a way to customize the associated dataset, and still nest eager loading: Albums.eager(:daily_sales_figures => DailySalesFigures.filter(...).eager(:foo => :bar)) -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
