projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
907e37f
)
correct error in toplimit test
Matt S Trout [Sat, 25 Aug 2012 18:53:11 +0000 (18:53 +0000)]
t/sqlmaker/limit_dialects/toplimit.t
patch
|
blob
|
blame
|
history
diff --git
a/t/sqlmaker/limit_dialects/toplimit.t
b/t/sqlmaker/limit_dialects/toplimit.t
index
a2f63d3
..
4a9b083
100644
(file)
--- a/
t/sqlmaker/limit_dialects/toplimit.t
+++ b/
t/sqlmaker/limit_dialects/toplimit.t
@@
-76,7
+76,7
@@
is_same_sql_bind(
( SELECT COUNT( * )
FROM owners owner
WHERE ( count.id = owner.id )
- ) AS owner_books
+ ) AS owner_books, me.id
FROM books me
JOIN owners owner ON owner.id = me.owner
WHERE ( source = ? )