Fix case-sensitive MySQL tables on Linux

This commit is contained in:
Worros 2010-02-01 16:06:09 +08:00
parent c46c4b05d4
commit 12a9cd2e3e

View File

@ -1854,8 +1854,8 @@ class Sql:
when 'ring' then bigblind
else buyin
end as bb_or_buyin
from gametypes gt
cross join tourneytypes tt
from Gametypes gt
cross join TourneyTypes tt
order by type, limitType DESC, bb_or_buyin DESC"""
if db_server == 'mysql':