Re: [appengine-java] SUBSTRING function for JPA

2010-01-04 Thread Max Ross (Google)
It's not implemented. Could you please file a bug? http://code.google.com/p/datanucleus-appengine/issues/list Thanks, Max On Sun, Jan 3, 2010 at 7:16 AM, Wong wrote: > > SUBSTRING function for JPA is not working. > > entityManager.createQuery("SELECT SUBSTRING(v.name, 1, 3) from Venue > v") r

[appengine-java] SUBSTRING function for JPA

2010-01-03 Thread Wong
SUBSTRING function for JPA is not working. entityManager.createQuery("SELECT SUBSTRING(v.name, 1, 3) from Venue v") return v.name but NOT the substring. Anyone has any idea? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To po