Re: [appengine-java] Valid characters in Entity names

2010-02-26 Thread Ikai L (Google)
You should be aware of case sensitivity issues at all times. From what I
remember, international characters will work as entity names, but I would
stay away from them since there are known issues with the datastore viewer.
As entity kinds map to class names and fields map to class fields, it's
generally a good idea to stick to characters that are commonly used in Java
methods and Class names.

On Mon, Feb 22, 2010 at 2:09 PM, DutrowLLC  wrote:

> What are the valid characters in entity names?  Also, they are case
> sensitive, correct?
>
> Thanks!
>
> Chris
>
> --
> 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
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Valid characters in Entity names

2010-02-22 Thread DutrowLLC
What are the valid characters in entity names?  Also, they are case
sensitive, correct?

Thanks!

Chris

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.