[google-appengine] Re: About the latest release (1.2.4)

2009-08-06 Thread johntray
I'm with you. 1.2.4 is a big disappointment. On Aug 6, 9:38 pm, Emilien Klein wrote: > Is it just me or does it seem that this new release adds > functionalities that don't seem to be on the list of that many people? > > The 3 issues that are linked to > fromhttp://code.google.com/p/googleapp

[google-appengine] Re: About the latest release (1.2.4)

2009-08-07 Thread nebulabug
Can somebody explain more no # Composite indexes no longer required for certain types of key queries. # Enhancement to SearchableModel allowing multiple properties to be indexed. On Aug 7, 6:49 am, johntray wrote: > I'm with you. 1.2.4 is a big disappointment. > > On Aug 6, 9:38 pm, Emilien Kle

[google-appengine] Re: About the latest release (1.2.4)

2009-08-07 Thread Tom Wu
*+1 * *# Composite indexes no longer required for certain types of key queries. # Enhancement to SearchableModel allowing multiple properties to be indexed. * 2009/8/7 nebulabug > > Can somebody explain more no > > # Composite indexes no longer required for certain types of key > queries. > #

[google-appengine] Re: About the latest release (1.2.4)

2009-08-07 Thread 'Αλκης Ευλογημένος
On Fri, Aug 7, 2009 at 1:00 PM, nebulabug wrote: > > Can somebody explain more no > > # Composite indexes no longer required for certain types of key > queries. Example queries: db.MyModel.all().ancestor() This doesn't need an ancestor index anymore since ancestors are stored in the key. db.

[google-appengine] Re: About the latest release (1.2.4)

2009-08-07 Thread johnP
Were there any changes on the production server that would cause the datastore_cache recipe to stop working? http://appengine-cookbook.appspot.com/recipe/seamless-memcache-caching-of-all-entities johnP On Aug 7, 1:14 pm, Alkis Evlogimenos ('Αλκης Ευλογημένος) wrote: > On Fri, Aug 7, 2009 at 1

[google-appengine] Re: About the latest release (1.2.4)

2009-08-10 Thread johnP
To clarify - The datastore_cache recipe *did* stop working. It seems that the only call that's getting passed-through to the wrapped stub is CreateRPC - this is a newly-introduced method - and the recipe does not have a method handle this call. How to make it work is several levels beyond my le

[google-appengine] Re: About the latest release (1.2.4)

2009-08-10 Thread GenghisOne
I'm curious...did this latest release address the crippled full-text search issue? On Aug 10, 8:13 pm, johnP wrote: > To clarify - > > The datastore_cache recipe *did* stop working.  It seems that the only > call that's getting passed-through to the wrapped stub is CreateRPC - > this is a newly