add stub for query for positional stats on sqlite
This commit is contained in:
parent
ced47999bb
commit
f0ef6e7e8b
|
@ -2777,6 +2777,8 @@ class Sql:
|
||||||
order by stats.category, stats.limitType, stats.bigBlindDesc desc
|
order by stats.category, stats.limitType, stats.bigBlindDesc desc
|
||||||
<orderbyseats>, cast(stats.PlPosition as signed)
|
<orderbyseats>, cast(stats.PlPosition as signed)
|
||||||
"""
|
"""
|
||||||
|
elif db_server == 'sqlite':
|
||||||
|
self.query['playerStatsByPosition'] = ""#TODO
|
||||||
else: # assume postgresql
|
else: # assume postgresql
|
||||||
self.query['playerStatsByPosition'] = """
|
self.query['playerStatsByPosition'] = """
|
||||||
select /* stats from hudcache */
|
select /* stats from hudcache */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user