Merge branch 'master' of git://git.assembla.com/fpdb

This commit is contained in:
Worros 2011-03-25 13:22:19 +08:00
commit 65ab68a069

View File

@ -3401,7 +3401,7 @@ class Sql:
<limit_test>
<game_test>
AND hp.tourneysPlayersId IS NULL
GROUP BY h.startTime, hp.handId, hp.sawShowdown, hp.totalProfit
GROUP BY h.startTime, hp.handId, hp.sawShowdown, ( hp.totalProfit / ( gt.bigBlind * 2 ) ) * 100
ORDER BY h.startTime"""
self.query['getRingProfitAllHandsPlayerIdSiteInDollars'] = """