X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F07subqueries.t;h=f14738abcd8a6fd9f12bdc2667600906b09cb576;hb=84c65032102185049278b5ebc5651458b92152dd;hp=d0564aa3515a558fd66248b9225522a3e4f94db2;hpb=4f30591bc0678f8a5d657e79c6985606b064cd1d;p=scpubgit%2FQ-Branch.git diff --git a/t/07subqueries.t b/t/07subqueries.t index d0564aa..f14738a 100644 --- a/t/07subqueries.t +++ b/t/07subqueries.t @@ -35,7 +35,7 @@ $where = { }; push @tests, { where => $where, - stmt => " WHERE ( bar > ALL (SELECT c1 FROM t1 WHERE ( c2 < ? AND c3 LIKE ? )) AND foo = ? )", + stmt => " WHERE ( bar > ALL (SELECT c1 FROM t1 WHERE (( c2 < ? AND c3 LIKE ? )) ) AND foo = ? )", bind => [100, "foo%", 1234], };