excuse but i'm tired, the correct example is:

[email protected] -> empty result set
test @ example.com -> works well
test.example -> empty result set
test . exaple -> empty result set
testexample -> works well

the issue is only with dot char :)


2010/2/27 Davide Cerbo <[email protected]>

> 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
>



-- 
-- 
Davide Cerbo
-----------
http://davide.cerbo.born-to-co.de
http://jesty.it
-----------
http://www.exmachina.ch
+ 39 329 70 81 927
-----------

-- 
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