git17 - added fields to db+imp+tv: Won $ when seen flop and Won $ at Showdown. Seem to work fine, will verify properly later. REIMPORT is necessary after this update.
cleaned table design a bit more removed actionCount from print_hand - this is useless. need to update regression-test/*.expected.txt accordingly
This commit is contained in:
@@ -93,6 +93,12 @@ print "otherRaisedTurn:",fields[2]
|
||||
print "otherRaisedTurnFold:",fields[3]
|
||||
print "otherRaisedRiver:",fields[4]
|
||||
print "otherRaisedRiverFold:",fields[5]
|
||||
print ""
|
||||
|
||||
cursor.execute ("SELECT wonWhenSeenFlop, wonAtSD FROM HudDataHoldemOmaha WHERE id=%s", (hudDataId,))
|
||||
fields=cursor.fetchone()
|
||||
print "wonWhenSeenFlop:",fields[0]
|
||||
print "wonAtSD:",fields[1]
|
||||
|
||||
|
||||
cursor.close()
|
||||
|
||||
Reference in New Issue
Block a user