[Bast-commits] r5980 - SQL-Abstract/1.x/branches/and_or/t
arcanez at dev.catalyst.perl.org
arcanez at dev.catalyst.perl.org
Fri Apr 24 16:52:50 GMT 2009
Author: arcanez
Date: 2009-04-24 17:52:50 +0100 (Fri, 24 Apr 2009)
New Revision: 5980
Modified:
SQL-Abstract/1.x/branches/and_or/t/04modifiers.t
Log:
remove parens from test, they do not matter
Modified: SQL-Abstract/1.x/branches/and_or/t/04modifiers.t
===================================================================
--- SQL-Abstract/1.x/branches/and_or/t/04modifiers.t 2009-04-24 15:22:05 UTC (rev 5979)
+++ SQL-Abstract/1.x/branches/and_or/t/04modifiers.t 2009-04-24 16:52:50 UTC (rev 5980)
@@ -146,7 +146,7 @@
# 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],
},
More information about the Bast-commits
mailing list