On Fri, Aug 8, 2014 at 4:25 PM, Jeremy Evans > association_join uses
eager_graph internally, and eager_graph needs to
> determine the aliases that will be used, which it can't do for an unaliased
> function call.  The error message also shows it can't do it for a wildcard
> selection, but I think a pure wildcard selection is special cased (so the
> table_select plugin works), though it does apparently do a query for the
> columns.
>
> I think it shouldn't be difficult to change things so that it works in
> either order and no query for the columns is done. I'll try to make such
> changes before the next release.
>
> Thanks,
> Jeremy

Hi,

That's awesome! Though I guess I didn't really follow. Hope I could
figure this out more by using Sequel more and reading the source more.

Looking forward to putting select in front.

Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to