In general, GQL doesn't provide those operations, as it only support
querying currently.

However, through the dataviewer's UI it is possible to update, add, and
delete data of a specific entity kind.

In terms of updating model properties, the dataviewer does not support such
operations since the datastore design differs here from what you would find
in a MySQL-like database.  For information on how you can currently achieve
such things, it might be helpful to read this article:
http://code.google.com/appengine/articles/update_schema.html

-Marzia

On Mon, Oct 6, 2008 at 10:54 AM, Amir Michail <[EMAIL PROTECTED]> wrote:

>
> On Oct 6, 1:40 pm, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote:
> > Hi Amir,
> >
> > Have you used the GQL query interface in the admin console (
> http://appengine.google.com/datastore/explorer?&app_id=YOURAPPID)? Did you
> > have something else in mind?
> >
> > -Marzia
>
> It looks rather limited.  What about updating, inserting, deleting
> data?  Adding, renaming, removing columns?
>
> Amir
>
> >
> > On Mon, Oct 6, 2008 at 10:21 AM, Amir Michail <[EMAIL PROTECTED]>
> wrote:
> >
> > > Hi,
> >
> > > This would help quite a lot with database maintenance.
> >
> > > I don't think inefficient queries are such a big deal if they are not
> > > part of the app and are used rarely.
> >
> > > Amir
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to