From 8d5e3399737e7c09d0e2e08f8bb8e4af9c7ed225 Mon Sep 17 00:00:00 2001 From: steffen123 Date: Mon, 12 Jul 2010 08:17:36 +0200 Subject: [PATCH] make Filters work inspite of new tt.limitType --- pyfpdb/SQL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/SQL.py b/pyfpdb/SQL.py index 0ad51905..a1eec221 100644 --- a/pyfpdb/SQL.py +++ b/pyfpdb/SQL.py @@ -1985,7 +1985,7 @@ class Sql: from Gametypes ORDER by type, limitType DESC, bigBlind DESC""" self.query['getLimits3'] = """select DISTINCT type - , limitType + , gt.limitType , case type when 'ring' then bigBlind else buyin