Closed GoogleCodeExporter closed 8 years ago
Hi
Thanks a lot for your help and the test case! Your analysis is correct,
however I think I will change Select.isEverything(..):
case ExpressionVisitor.DETERMINISTIC: {
if (isForUpdate) {
return false;
}
...
With this change, your test case works.
Original comment by thomas.t...@gmail.com
on 23 Jan 2010 at 6:39
Fixed in version 1.2.128.
Original comment by thomas.t...@gmail.com
on 30 Jan 2010 at 2:59
Original issue reported on code.google.com by
dmoeb...@gmx.net
on 21 Jan 2010 at 12:55