The overtake stats for a project from within a country generate the following sql errors. Overtake stats for Boinc Overall work but not for individual projects. I checked out a different country and got the same results. Below are the results from two of my projects, Constellation and Seti.
http://boincstats.com/en/stats/104/user/detail/284
http://boincstats.com/en/stats/104/user/list/0/0/Canada#2
http://boincstats.com/en/stats/104/user/overtake/284/1/Canada
Column 'Name' in where clause is ambiguous SELECT `constellation_countries`.`id`, `constellation_countries`.`Name`, `name_short` FROM `constellation_countries` LEFT jOIN `boinc_countries` ON `constellation_countries`.`Name` = `boinc_countries`.`Name` WHERE `Name` = 'Canada' LIMIT 1
http://boincstats.com/en/stats/0/user/overtake/38229/1/Canada
Column 'Name' in where clause is ambiguous SELECT `sah_countries`.`id`, `sah_countries`.`Name`, `name_short` FROM `sah_countries` LEFT jOIN `boinc_countries` ON `sah_countries`.`Name` = `boinc_countries`.`Name` WHERE `Name` = 'Canada' LIMIT 1
Thanks for all your hard work Willy.
jna