[google-appengine] Re: Data Viewer GQL to test if value == null?

2008-11-29 Thread plunchete

Using Query instead of Gqlquery you can do:

model.Bookmark.all().filter('favIcon', None)

Regards,

On Nov 29, 7:22 am, pr3d4t0r <[EMAIL PROTECTED]> wrote:
> On Nov 28, 2:00 pm, Alexander Kojevnikov <[EMAIL PROTECTED]>
> wrote:
>
> > The GQL reference doesn't mention a NULL value literal. However, this
> > hack will do the job:
>
> > SELECT * FROM Bookmark WHERE favIcon < ''
>
> > This is not documented, use at your own risk.
>
> Ah, good idea.  Thanks!
>
> pr3d4t0rhttp://istheserverup.comhttp://genpasswd.eugeneciurana.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~--~~~~--~~--~--~---



[google-appengine] Re: CapabilityDisabledError: Datastore writes are temporarily disabled.

2008-11-15 Thread plunchete

Yes Alexander, but we have to be patient. They are working as fast as
posible I'm sure.

On Nov 15, 11:35 pm, Alexander Kojevnikov <[EMAIL PROTECTED]>
wrote:
> I see the error for more than 30 minutes now, instead of the planned
> 10-20 minutes per app...
>
> On Nov 16, 9:31 am, maverick <[EMAIL PROTECTED]> wrote:
>
> > I have same problem, they are maintenance system right now, should be
> > fine in 20 min. :)
>
> > On Nov 15, 10:29 pm, Josh Heitzman <[EMAIL PROTECTED]> wrote:
>
> > > Good call.  Looks like there scheduled maintenance now 
> > > perhttp://groups.google.com/group/google-appengine-downtime-notify/brows...
>
> > > Josh
>
> > > On Nov 15, 2:24 pm, "russ.au" <[EMAIL PROTECTED]> wrote:
>
> > > > I'm getting this exception in my app engine app :
> > > > "CapabilityDisabledError: Datastore writes are temporarily disabled."
>
> > > > A search of this group suggest this only happens during scheduled
> > > > maintenance?http://groups.google.com/group/google-appengine/browse_thread/thread/...
>
> > > > The data viewer is also giving me a "Server Error".
>
> > > > Are other people seeing the same errors?
>
> > > > Russ
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~--~~~~--~~--~--~---



[google-appengine] Re: CapabilityDisabledError: Datastore writes are temporarily disabled.

2008-11-15 Thread plunchete

So - We just have to be patient :-)

On Nov 15, 11:29 pm, Josh Heitzman <[EMAIL PROTECTED]> wrote:
> Good call.  Looks like there scheduled maintenance now 
> perhttp://groups.google.com/group/google-appengine-downtime-notify/brows...
>
> Josh
>
> On Nov 15, 2:24 pm, "russ.au" <[EMAIL PROTECTED]> wrote:
>
> > I'm getting this exception in my app engine app :
> > "CapabilityDisabledError: Datastore writes are temporarily disabled."
>
> > A search of this group suggest this only happens during scheduled
> > maintenance?http://groups.google.com/group/google-appengine/browse_thread/thread/...
>
> > The data viewer is also giving me a "Server Error".
>
> > Are other people seeing the same errors?
>
> > Russ
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~--~~~~--~~--~--~---



[google-appengine] Re: CapabilityDisabledError: Datastore writes are temporarily disabled.

2008-11-15 Thread plunchete

Same error here, in two diferent apps. I canĀ“t deploy a new version
catching the error :(

On Nov 15, 11:19 pm, Josh Heitzman <[EMAIL PROTECTED]> wrote:
> Just started seeing this exception thrown from any attempt to write to
> the datastore.
>
> Anyone else seeing this at present, or is it just me?
>
> Thanks,
>
> Josh Heitzman
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~--~~~~--~~--~--~---



[google-appengine] New behaviour in the fetch method?

2008-11-13 Thread plunchete

AFAIk since a couple of weeks an operation like model.Foo.all().fetch
(limit, offset) with an offset greater than 1000 launched an
exception, but yesterday I was testing the operation and it works!.

IMHO this is the correct behaviour, but I would like an official
confirmation just in case :)

Cheers,

Ignacio

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~--~~~~--~~--~--~---