Java: JDOQL startsWith query, case sensitive
Posted
by DrDro
on Stack Overflow
See other posts from Stack Overflow
or by DrDro
Published on 2010-05-19T13:40:03Z
Indexed on
2010/05/21
10:50 UTC
Read the original article
Hit count: 350
I'm using the .startsWith() filter in a JDOQL query but it's case sensitive. So startsWith("ab") doesn't return "Abc" result and so on.
Will I need to use a SQL query to avoid this ?
© Stack Overflow or respective owner