[google-appengine] Re: App Engine SDK 1.5.5 released!

2011-10-12 Thread David Gay
On Oct 12, 8:14 am, Jairo Vasquez  wrote:
> - Does the "Cross Group (XG) transactions" functionality available just for
> High Replication Datastore? What about Master/Slave?

Just for the High Replication Datastore.

--
David Gay
d...@google.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 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: 1.9.19 raised string property limit from 500 to 1500 chars

2015-04-15 Thread David Gay


On Wednesday, April 15, 2015 at 8:09:02 AM UTC-7, Ryan Barrett wrote:
>
> looks like yesterday's 1.9.19 release raised the limit on string 
> properties in the datastore from 500 to 1500 chars. awesome!
>

1500 UTF-8 bytes actually (not to be confused with other ways of measuring 
string length).
 

>
> from google/appengine/api/datastore_types.py:
>
> _MAX_STRING_LENGTH = 1500
>
> tested in https://shell-27.appspot.com/ :
>
> >>> from google.appengine.ext import db
> >>> class Foo(db.Expando):
>   pass
> >>> key = Foo(long='x'*1490).put()
> >>> foo = Foo.get(key)
> >>> len(foo.long)
> 1490
>
> app engine team, might be worth adding this to the release notes and docs?
>
> https://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
> https://cloud.google.com/appengine/docs/python/ndb/properties#types
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9e9b7d13-8dac-4cee-895d-fcc32aff8cb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.