[web2py] Re: SQLFORM.grid and classes on GAE

2012-12-01 Thread howesc
this seems to me like a bug in polymodel on GAE. my guess is that the proper implementation would be to have 2 tables, location_outdoor and location_indoor in the GAE database. does this seem correct to you? i can't guarantee my speed right now...but i can look into the DAL and see if i can f

[web2py] Re: SQLFORM.grid and classes on GAE

2012-11-30 Thread Gian Luca Decurtins
HI cfh You're right. As far as I can see in the datastore viewer there is only one table. There is also a class value available. I did try a few more things (resetting local datastore and removing the entries in index.yaml) but I'm not able to access all three tables using the following contro

[web2py] Re: SQLFORM.grid and classes on GAE

2012-11-29 Thread howesc
i have not used polymodels so i can't answer the last question.but about that last one, when you access the GAE datastore viewer (as provided by GAE), what is the name of the table/model that is stored there? does it store location_indoor and location_outdoor, or just location with optiona