Fix profit graph query

At least postgresql requires to have grouping by hp.sawShowdown as well
This commit is contained in:
Mika Bostrom 2009-12-02 12:29:48 +02:00
parent 8d95835afe
commit a0a6207810

View File

@ -2572,7 +2572,7 @@ class Sql:
AND h.handStart < '<enddate_test>'
<limit_test>
AND hp.tourneysPlayersId IS NULL
GROUP BY h.handStart, hp.handId, hp.totalProfit
GROUP BY h.handStart, hp.handId, hp.sawShowdown, hp.totalProfit
ORDER BY h.handStart"""
####################################