another fix for the introduction of TT.limitType

This commit is contained in:
steffen123 2010-07-12 10:20:53 +02:00
parent 8d5e339973
commit 32e1cb7b7f

View File

@ -1992,7 +1992,7 @@ class Sql:
end as bb_or_buyin
from Gametypes gt
cross join TourneyTypes tt
order by type, limitType DESC, bb_or_buyin DESC"""
order by type, gt.limitType DESC, bb_or_buyin DESC"""
if db_server == 'mysql':
self.query['playerDetailedStats'] = """