I think list is not a problem, we can always get full entity by "SELECT *".

When you query on a list property like:

SELECT a_list FROM model where a_list > 'a' AND a_list < 'b'

I think it's more reasonable to suppose the single value a_list is greater
than 'a' and little than 'b', but "SELECT *" isn't work as this.
So by this way, we can get (a_list, key) tuple, and get all matched entities
by the keys latter.

----------
keakon

My blog(Chinese): www.keakon.net
Blog source code: https://bitbucket.org/keakon/doodle/

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

Reply via email to