> a. Missing exception in case of different types in multiple expressions in > IF and ELSE. Might not be an error; needs discussion. b. Generated CASE > statement is reordered randomly, leading to incorrect results. > Currently testing against 4.1.0-M1. What is the version of DataNucleus > that we should be testing against?
"reordered randomly" is presumably for the test which has incompletely defined "when" clauses, that rely on the order of the "IF-ELSE IF-ELSE" clauses. I personally would *always* fully define my 'when clauses' so that if I wanted to swap them around at some later date then I won't find some implied behaviour. Suggest that you use nightly builds of anything if wanting to check current capability (after all, I need to use non-released Apache JDO code here). "4.1 nightly" caters for incompletely defined when clauses IIRC. Returning to that old question : When will 3.1 be released? JDO Query API rewrite is the thing people want. -- Andy DataNucleus (Web: http://www.datanucleus.org Twitter: @datanucleus)
