projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7027fcd
)
t/sqlmaker/limit_dialects/toplimit.t - add missing me.id - fairly sure this was a bug
Matt S Trout [Sat, 12 Oct 2013 16:18:27 +0000 (16:18 +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
40fea57
..
c707ed3
100644
(file)
--- a/
t/sqlmaker/limit_dialects/toplimit.t
+++ b/
t/sqlmaker/limit_dialects/toplimit.t
@@
-70,7
+70,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 = ? )