Hi all,
I have a single query executed with JPA:

select m from Message m where m.confirmed = true and m.name = ?1

The values of name field are sometime string with dot (.) and atpersand (@)
char.
When I use as param a value that contains  this char the result is always
empty.
Example:

t...@example -> empty result set
test @ example -> works well
test.example -> empty result set
test . exaple -> empty result set
testexample -> works well

Why? what happens?

thanks in advance.
Davide

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to