Closed GoogleCodeExporter closed 9 years ago
Hi,
Unlike programming languages such as Java, H2 does not make any guarantee in
which order the expressions in an OR condition are evaluated. (H2 tries to
evaluate the faster expression first but this is just an optimization).
Unless the SQL specification mandates in what order expressions are evaluated,
or unless it is documented in an existing database, I currently don't see this
as unexpected behavior.
Original comment by thomas.t...@gmail.com
on 10 Aug 2012 at 6:52
OK I understand :) Thanks for your response!
Original comment by DerMais...@gmail.com
on 11 Aug 2012 at 12:01
Original issue reported on code.google.com by
DerMais...@gmail.com
on 8 Aug 2012 at 12:41