Hi all, I have the follow table: Message id, name 1, t...@example 2, other_value 3, other_value 1, t...@example
in my application I perform this simple query: select m from Message m where m.confirmed = true and m.name = 't...@example' But doesn't works, while select m from Message m where m.confirmed = true and m.name = 'other_value' works well. Why? I don't understand what happens :) Thank to everyone. Davide -- 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.
