From 32e1cb7b7f06eed5bc7ad9991695bde322f1887b Mon Sep 17 00:00:00 2001 From: steffen123 Date: Mon, 12 Jul 2010 10:20:53 +0200 Subject: [PATCH] another fix for the introduction of TT.limitType --- pyfpdb/SQL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/SQL.py b/pyfpdb/SQL.py index a1eec221..6228ab24 100644 --- a/pyfpdb/SQL.py +++ b/pyfpdb/SQL.py @@ -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'] = """