Closed GoogleCodeExporter closed 8 years ago
The issue here is that toLowerCase() isn't related to method chaining. The
query
yields an exception because toLowerCase() isn't a supported operation. The
reason
this isn't a supported operation is that the datastore does not natively support
case-insensitive queries. If you need to do case-insensitive queries there is
an
approach described in my blog post here:
http://gae-java-persistence.blogspot.com/2009/11/case-insensitive-queries.html
Original comment by max.r...@gmail.com
on 28 Nov 2009 at 5:56
Original comment by max.r...@gmail.com
on 28 Nov 2009 at 5:56
Original issue reported on code.google.com by
asafcar...@gmail.com
on 30 Oct 2009 at 12:57