X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04modifiers.t;h=f4a0f1dba7ce7b5224a3916b5ad5538a49e81edc;hb=b182f72c73922f3864a15b926f945b3af0b085cb;hp=b36544351654a4d9debd2941253d6760f3f9e1d4;hpb=25e4c69385e46884d50f89d5faada6ef1015aa1b;p=dbsrgits%2FSQL-Abstract.git diff --git a/t/04modifiers.t b/t/04modifiers.t index b365443..f4a0f1d 100644 --- a/t/04modifiers.t +++ b/t/04modifiers.t @@ -146,7 +146,7 @@ my @and_or_tests = ( # test column multi-cond in arrayref (even more useful) { where => { x => { '!=' => [ -and => (1 .. 3) ] } }, - stmt => 'WHERE x != ? AND x != ? AND x != ?', + stmt => 'WHERE ( ( x != ? AND x != ? AND x != ? ) )', bind => [1..3], },