I need to move a variable in my bean from type boolean to String. How
would I do that in GAE/J? Are there any common practices?

Also, how would I deal with the situation when I need to add a
variable of type boolean or int? They are NULL for old entities which
were stored previously and therefore cause my program (and the
datastore viewer) to fail because NULL is not applicable for e.g.
boolean. So I'm left in the state where I can't remove/modify them via
the datastore viewer.

Thanks for any responses

-- 
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-java@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.

Reply via email to