Rewrite `Y BETWEEN X AND Z` as `X <= Y AND Y <= Z`. And due to the support of this optimization rule, limbo should now be able to execute the `BETWEEN AND` statement. Closes #490
sin
mod
do_execsql_test_tolerance