SQLA now fixed
Peter Rabbitson [Fri, 5 Feb 2010 18:13:24 +0000 (18:13 +0000)]
t/search/select_chains.t

index 6771d3b..bba3fd6 100644 (file)
@@ -49,7 +49,7 @@ while (@chain) {
 
   is_same_sql_bind (
     $rs->as_query,
-    "x( $sql )", # the x-es are here until SQLA is fixed
+    "($sql)",
     [],
     "Test $testno of SELECT assembly ok",
   );