[web2py] Re: INNER JOIIN and aliased table

2010-12-28 Thread HaM
No :) On Dec 27, 6:03 pm, mdipierro wrote: > Did this work with the old dal? > > On Dec 27, 9:41 am, HaM wrote: > > > Hi, > > > I'm trying to do INNER JOIN with aliased table and I'm experiencing > > problem. > > Here is my example: > > > Domain = db.domain > > Client = db.client > > Manager = d

[web2py] Re: INNER JOIIN and aliased table

2010-12-27 Thread mdipierro
Did this work with the old dal? On Dec 27, 9:41 am, HaM wrote: > Hi, > > I'm trying to do INNER JOIN with aliased table and I'm experiencing > problem. > Here is my example: > > Domain = db.domain > Client = db.client > Manager = db.contact.with_alias('manager') > sql = db((Domain.id==1)& >