Make tests pass with more explicit bracketing (but still way less than old SQLA did)
[dbsrgits/SQL-Abstract-2.0-ish.git] / t / 101_expr_funcitons.t
index 13ec805..148f3cd 100644 (file)
@@ -46,6 +46,6 @@ is $sqla->dispatch(
       { -type => 'value', value => 599 },
     ],
   }
-), "me.id BETWEEN ? AND ?",
+), "(me.id BETWEEN ? AND ?)",
    "between";