Rushaux: fix tablenames (case sensitive in mySql)

This commit is contained in:
gimick 2011-02-23 09:19:09 +00:00
parent ac5b9e12c8
commit 7926c88e48

View File

@ -241,8 +241,8 @@ class RushNotes(Aux_Window):
c = db_connection.get_cursor()
c.execute(("SELECT handId, position, startCards, street0Aggr, tableName " +
"FROM hands, handsPlayers " +
"WHERE handsplayers.handId = hands.id " +
"FROM Hands, HandsPlayers " +
"WHERE HandsPlayers.handId = Hands.id " +
"AND street0VPI = 1 " +
"AND startCards > 0 " +
"AND playerId = %d " +