Rushaux: fix tablenames (case sensitive in mySql)
This commit is contained in:
parent
ac5b9e12c8
commit
7926c88e48
|
@ -241,8 +241,8 @@ class RushNotes(Aux_Window):
|
||||||
|
|
||||||
c = db_connection.get_cursor()
|
c = db_connection.get_cursor()
|
||||||
c.execute(("SELECT handId, position, startCards, street0Aggr, tableName " +
|
c.execute(("SELECT handId, position, startCards, street0Aggr, tableName " +
|
||||||
"FROM hands, handsPlayers " +
|
"FROM Hands, HandsPlayers " +
|
||||||
"WHERE handsplayers.handId = hands.id " +
|
"WHERE HandsPlayers.handId = Hands.id " +
|
||||||
"AND street0VPI = 1 " +
|
"AND street0VPI = 1 " +
|
||||||
"AND startCards > 0 " +
|
"AND startCards > 0 " +
|
||||||
"AND playerId = %d " +
|
"AND playerId = %d " +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user