add stub for query for positional stats on sqlite

This commit is contained in:
steffen123 2010-08-10 20:45:40 +02:00
parent ced47999bb
commit f0ef6e7e8b

View File

@ -2777,6 +2777,8 @@ class Sql:
order by stats.category, stats.limitType, stats.bigBlindDesc desc
<orderbyseats>, cast(stats.PlPosition as signed)
"""
elif db_server == 'sqlite':
self.query['playerStatsByPosition'] = ""#TODO
else: # assume postgresql
self.query['playerStatsByPosition'] = """
select /* stats from hudcache */