Re: [web2py] Re: pyDAL - Spurious "cross join"

2018-02-28 Thread Richard Vézina
Here some progress : https://github.com/web2py/pydal/issues/521 On Fri, Aug 4, 2017 at 12:57 PM, villas wrote: > With a where clause, it works OK. > However, in my example, I still should not have generated a CROSS JOIN. > I guess it's just a pyDAL issue. > > > > > On Friday, 4 August 2017 17

[web2py] Re: pyDAL - Spurious "cross join"

2017-08-04 Thread villas
With a where clause, it works OK. However, in my example, I still should not have generated a CROSS JOIN. I guess it's just a pyDAL issue. On Friday, 4 August 2017 17:25:14 UTC+1, villas wrote: > > According to the book, I should be able to append 'join' statements to a > list. Here is