More HandsActions stubbing

This commit is contained in:
Worros
2010-09-02 00:19:31 +08:00
parent b8a8a7217c
commit 26eca40b31
3 changed files with 30 additions and 5 deletions
+13
View File
@@ -4221,6 +4221,19 @@ class Sql:
%s, %s, %s, %s, %s,
%s, %s, %s, %s, %s
)"""
self.query['store_hands_actions'] = """INSERT INTO HandsActions (
handsPlayerId,
street,
actionNo,
action,
allIn,
amount
)
VALUES (
%s, %s, %s, %s, %s,
%s
)"""
################################
# Counts for DB stats window