[Bast-commits] r5968 - SQL-Abstract/1.x/branches/and_or/t
arcanez at dev.catalyst.perl.org
arcanez at dev.catalyst.perl.org
Thu Apr 23 22:03:03 GMT 2009
Author: arcanez
Date: 2009-04-23 23:03:03 +0100 (Thu, 23 Apr 2009)
New Revision: 5968
Modified:
SQL-Abstract/1.x/branches/and_or/t/04modifiers.t
Log:
readd the failing test back in
Modified: SQL-Abstract/1.x/branches/and_or/t/04modifiers.t
===================================================================
--- SQL-Abstract/1.x/branches/and_or/t/04modifiers.t 2009-04-23 20:58:59 UTC (rev 5967)
+++ SQL-Abstract/1.x/branches/and_or/t/04modifiers.t 2009-04-23 22:03:03 UTC (rev 5968)
@@ -144,12 +144,11 @@
bind => [1..3],
},
# test column multi-cond in arrayref (even more useful)
-# {
-# todo => 'Clarify semantics in 1.52',
-# where => { x => { '!=' => [ -and => (1 .. 3) ] } },
-# stmt => 'WHERE x != ? AND x != ? AND x != ?',
-# bind => [1..3],
-# },
+ {
+ where => { x => { '!=' => [ -and => (1 .. 3) ] } },
+ stmt => 'WHERE x != ? AND x != ? AND x != ?',
+ bind => [1..3],
+ },
# the -or should affect only the inner hashref, as we are not in an outer arrayref
{
More information about the Bast-commits
mailing list