Make tests pass with more explicit bracketing (but still way less than old SQLA did)
[dbsrgits/SQL-Abstract-2.0-ish.git] / t / 100_expr_basic.t
index de43e64..0bcdaa4 100644 (file)
@@ -90,7 +90,7 @@ is $sqla->dispatch(
       { -type => 'expr', op => 'and', args => $cols }
     ]
   }
-), "me.name = ? OR me.id > ? AND me.name = ?", 
+), "me.name = ? OR (me.id > ? AND me.name = ?)", 
    "expr clause (inner and)";
 
 is $sqla->dispatch(