The javadocs for Text say the datastore limit is 500 characters: http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/Text.html
The JDO docs say 500 bytes: http://code.google.com/appengine/docs/java/datastore/dataclasses.html#Core_Value_Types The python docs for StringProperty say the limit is 500 bytes: http://code.google.com/appengine/docs/python/datastore/typesandpropertyclasses.html#StringProperty Soooo.... what happens if I try to save a Java (utf-16) String which expands after utf-8 encoding to, say, the worst case scenario of 2000 bytes? Thanks, Jeff -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
