[Bast-commits] r5833 - SQL-Abstract/1.x/trunk/t

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Sun Mar 29 09:33:45 BST 2009


Author: ribasushi
Date: 2009-03-29 09:33:45 +0100 (Sun, 29 Mar 2009)
New Revision: 5833

Modified:
   SQL-Abstract/1.x/trunk/t/04modifiers.t
Log:
This todo is active on the cpan 1.51 release, still needs resolving thus leaving as failing

Modified: SQL-Abstract/1.x/trunk/t/04modifiers.t
===================================================================
--- SQL-Abstract/1.x/trunk/t/04modifiers.t	2009-03-29 08:31:47 UTC (rev 5832)
+++ SQL-Abstract/1.x/trunk/t/04modifiers.t	2009-03-29 08:33:45 UTC (rev 5833)
@@ -145,6 +145,7 @@
   },
   # 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],
@@ -152,6 +153,7 @@
 
   # the -or should affect only the inner hashref, as we are not in an outer arrayref
   {
+#    todo => 'Clarify semantics in 1.52',
     where => { x => {
       -or => { '!=', 1, '>=', 2 }, -like => 'x%'
     }},




More information about the Bast-commits mailing list