projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
28326f8
)
SQLA now fixed
Peter Rabbitson [Fri, 5 Feb 2010 18:13:24 +0000 (18:13 +0000)]
t/search/select_chains.t
patch
|
blob
|
blame
|
history
diff --git
a/t/search/select_chains.t
b/t/search/select_chains.t
index
6771d3b
..
bba3fd6
100644
(file)
--- 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",
);