[web2py] Re: smartgrid and unsupported query error [open]

2012-06-03 Thread weheh

[web2py] Re: smartgrid and unsupported query error

2012-06-03 Thread weheh
Posted as http://code.google.com/p/web2py/issues/detail?id=831

[web2py] Re: smartgrid and unsupported query error

2012-06-03 Thread Massimo Di Pierro
Then perhaps I am wrong. Still open a ticket about this. I will debug it asap but I do not want to forget about this. On Sunday, 3 June 2012 11:56:19 UTC-5, weheh wrote: > > Hmm, from researching the forum on the topic and reading the doc I could > have sworn that smartgrid supported left. In fa

[web2py] Re: smartgrid and unsupported query error

2012-06-03 Thread weheh
Hmm, from researching the forum on the topic and reading the doc I could have sworn that smartgrid supported left. In fact, I believe in my testing I have seen it respond appropriately to the left argument. Nevertheless, I changed my code back to grid (I had started out with grid and moved to s

[web2py] Re: smartgrid and unsupported query error

2012-06-03 Thread Massimo Di Pierro
Grid can do joins. Smartgrids cannot. The latter is "smart" in the sense that it displays only one table at the time but knows how to link other tables automatically. In principle it should be possible to make left joins work. Please open a suggestion for improvement with an example on google i