valodzka wrote: > This code work perfect: > DB[last].join(:event, :id => :id).join(:player___p, :id > => :event__player_id) > But this failed: > DB[last].join(:event, :id => :id).join(:player.as(:p), :id > => :event__player_id)
The AliasedExpressions weren't supported before. I just added support for them: http://github.com/jeremyevans/sequel/commit/4bbbedc717adf020e0e025bd0e0e967015cbcfef Please test with the latest master branch and reply with whether it resolves your problem. Thanks, Jeremy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
