Re: EntityOperator.NOT does not work

2009-09-14 Thread Jacques Le Roux
Hi Adam, I'd say, if does not work at least comment it out and mark it as to be fixed (ie //FIXME) My 2 cts Jacques From: "Adam Heath" NOT does *not* implement compare(); the method body in EntityComparisonOperator will throw UnsupportedOperationException. In addition, the generated sql wit

EntityOperator.NOT does not work

2009-09-13 Thread Adam Heath
NOT does *not* implement compare(); the method body in EntityComparisonOperator will throw UnsupportedOperationException. In addition, the generated sql with be 'foo NOT bar', which I don't think is valid. In actuality, NOT should be a Join operator; however, the condition system doesn't support