git35 - changed table and field names to match my naming convention to stabilise downstream-facing api.

This commit is contained in:
steffen123
2008-08-15 01:45:40 +01:00
parent e56a65b4c9
commit 341b24a2e0
7 changed files with 321 additions and 398 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ def mainParser(db, cursor, site, category, hand):
fpdb_simple.convertBlindBet(actionTypes, actionAmounts)
fpdb_simple.checkPositions(positions)
cursor.execute("SELECT limit_type FROM gametypes WHERE id=%s",(gametypeID, ))
cursor.execute("SELECT limitType FROM Gametypes WHERE id=%s",(gametypeID, ))
limit_type=cursor.fetchone()[0]
fpdb_simple.convert3B4B(site, category, limit_type, actionTypes, actionAmounts)