There seems to be an error in SupportedJDOHelperMethods. It seems to try to generate a query with the filter "personid = 1" (expected result for query 2). Presumably this was supposed to be "personid == 1".
-- Andy
There seems to be an error in SupportedJDOHelperMethods. It seems to try to generate a query with the filter "personid = 1" (expected result for query 2). Presumably this was supposed to be "personid == 1".
-- Andy