From 6f70a975310d5a84e6a90d684eb4be793330af7e Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 22 Jan 2012 12:49:43 -0500 Subject: [PATCH] Do not use an explicit schema --- xonstat/views/player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonstat/views/player.py b/xonstat/views/player.py index 96c8990..6b9c63b 100755 --- a/xonstat/views/player.py +++ b/xonstat/views/player.py @@ -62,7 +62,7 @@ def player_info(request): "select cw.descr, cw.weapon_cd, sum(actual) actual_total, " "sum(max) max_total, sum(hit) hit_total, " "sum(fired) fired_total, sum(frags) frags_total " - "from xonstat.player_weapon_stats ws, xonstat.cd_weapon cw " + "from player_weapon_stats ws, cd_weapon cw " "where ws.weapon_cd = cw.weapon_cd " "and player_id = :player_id " "group by descr, cw.weapon_cd " -- 2.39.2