MountainClimb / datanucleus-appengine

Automatically exported from code.google.com/p/datanucleus-appengine
0 stars 0 forks source link

NOT is not supported with "member of" JPA-QL #147

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Execute a query as displayed below:
"select k from Koeske as k where :username not member of k.usersKoesked"

What is the expected output? What do you see instead?
Query should not throw an error, but I get:
"App Engine datastore does not support operator NOT "

What version of the product are you using? On what operating system?
Ubuntu 9.04, Google Appengine 1.2.5

Please provide any additional information below.

Original issue reported on code.google.com by kaan...@gmail.com on 19 Oct 2009 at 5:24

GoogleCodeExporter commented 8 years ago
Dup of bug #48

Original comment by googleco...@yahoo.co.uk on 26 Jun 2011 at 5:57