appadmin needs to be improved. Right now it expects a SQL string and dumbly passes it to the DB. The string should be parsed and passed to the DAL instead.
Massimo On Nov 22, 10:08 pm, Jonathan Benn <[EMAIL PROTECTED]> wrote: > Hi Massimo, > > On Nov 22, 10:15 am, mdipierro <[EMAIL PROTECTED]> wrote: > > > This is normal http://127.0.0.1:8080/myapp/appadmin/select/db/mytable > > is not supposed to work on GAE. > > You can use the GAE web interface to access your data. > > Can I ask why the table select does not work on GAE? > > I understand that the reason why other features are disabled is > because you cannot write to the file system on GAE. However, a select > does not require file system writing. Is it because of GQL's > limitations (e.g. no table joins)? I don't see why this would prevent > you from doing basic selects through appadmin, i.e. whatever GQL does > support. > > I ask because I'm interested in helping to improve appadmin so it > works as well as possible on GAE. > > Thanks, > > --Jonathan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

