make Filters work inspite of new tt.limitType
This commit is contained in:
parent
78d7d1b941
commit
8d5e339973
|
@ -1985,7 +1985,7 @@ class Sql:
|
||||||
from Gametypes
|
from Gametypes
|
||||||
ORDER by type, limitType DESC, bigBlind DESC"""
|
ORDER by type, limitType DESC, bigBlind DESC"""
|
||||||
self.query['getLimits3'] = """select DISTINCT type
|
self.query['getLimits3'] = """select DISTINCT type
|
||||||
, limitType
|
, gt.limitType
|
||||||
, case type
|
, case type
|
||||||
when 'ring' then bigBlind
|
when 'ring' then bigBlind
|
||||||
else buyin
|
else buyin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user