diff --git a/pyfpdb/SQL.py b/pyfpdb/SQL.py index cca8800d..5d4a0235 100644 --- a/pyfpdb/SQL.py +++ b/pyfpdb/SQL.py @@ -2961,7 +2961,7 @@ class Sql: INNER JOIN Players p on (p.Id = hp.playerId) WHERE hp.playerId in AND h.startTime - AND gt.type is 'ring' + AND gt.type LIKE 'ring' ORDER by time""" elif db_server == 'sqlite': self.query['sessionStats'] = """