Merge branch 'gimick'
This commit is contained in:
commit
37a5dc6ac5
|
@ -243,7 +243,7 @@ class RushNotes(Aux_Window):
|
||||||
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 = True " +
|
"AND street0VPI " +
|
||||||
"AND startCards > 0 " +
|
"AND startCards > 0 " +
|
||||||
"AND playerId = %d " +
|
"AND playerId = %d " +
|
||||||
"ORDER BY startCards DESC " +
|
"ORDER BY startCards DESC " +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user