From: Peter Rabbitson <ribasushi@cpan.org>
Date: Fri, 5 Feb 2010 18:13:24 +0000 (+0000)
Subject: SQLA now fixed
X-Git-Tag: v0.08119~20^2~9
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14af4aa055c72fdbef6d741b3ad9f2d6537f493c;p=dbsrgits%2FDBIx-Class.git

SQLA now fixed
---

diff --git a/t/search/select_chains.t b/t/search/select_chains.t
index 6771d3b..bba3fd6 100644
--- a/t/search/select_chains.t
+++ b/t/search/select_chains.t
@@ -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",
   );