On Mar 3, 12:26 pm, pedepy <paul.ro...@gmail.com> wrote:
>
> isnt the proper syntax WHERE property IN (foo, foo, foo) ?

if you're providing a list of constants, yes. if you're using a bound
parameter, though, like in your original post, you should omit the
parentheses.

having said that, it looks like we may sometimes handle list bound
parameters incorrectly, particularly with parentheses around them.
i'll look into that. thanks for the report!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to