Chaz Littlejohn
66e1cc3704
This commit includes a set of updates which:
...
* implement the new SessionsCache table
- The SessionsCache table can be used to track overall or game sepecific sessions
- The totalProfit field is summed by gameTypeId for cash games allowing for multiple currencies
- Tournament profit (cashes - buy-ins) are also recorded in totalProfit and its grouped by tourneyId
* change the sequence and methodology surrounding the import of hands
- fpdb_import.py implements a unique Hand.py method for each table
- Hands SessionCache and HudCache records themselves are 'cached' to allow for 'bulk insert' at EOF
- import is reorganized to allow for efficient locking in multiple connection environments
* changes the name of the index created by addTPlayersIndex (so that it is unique) to accommodate a bug in MySQL 5.5
TODO
* A 'rebuild_sessionsCache' method is still required
* Further commits are expected to fix bugs created during the porting of this code
2011-03-23 19:27:55 +00:00
..
2011-03-13 17:43:49 +01:00
2011-03-22 15:35:03 +08:00
2011-03-17 15:15:45 +01:00
2011-03-10 06:16:31 +01:00
2011-03-19 01:59:06 +01:00
2011-03-10 06:16:31 +01:00
2011-03-11 07:08:50 +01:00
2011-03-10 06:16:31 +01:00
2011-03-12 21:47:14 +01:00
2011-03-12 21:47:14 +01:00
2011-03-14 14:06:42 +08:00
2009-03-10 20:31:09 -04:00
2009-10-25 00:13:35 +02:00
2011-03-14 16:31:08 +08:00
2011-03-10 06:16:31 +01:00
2011-03-19 22:10:45 +01:00
2011-03-23 19:27:55 +00:00
2011-02-25 14:18:12 -05:00
2011-03-23 19:27:55 +00:00
2011-03-12 21:47:14 +01:00
2011-03-12 21:47:14 +01:00
2011-03-10 06:16:31 +01:00
2011-03-12 21:47:14 +01:00
2011-03-23 19:27:55 +00:00
2011-03-20 18:05:15 +00:00
2011-03-23 19:27:55 +00:00
2011-03-22 04:17:46 +00:00
2011-03-18 00:11:47 +01:00
2011-03-10 06:16:31 +01:00
2011-03-12 21:47:14 +01:00
2011-03-12 21:47:14 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-12 21:47:14 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-12 21:47:14 +01:00
2011-03-12 21:47:14 +01:00
2011-03-23 19:27:55 +00:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-23 19:27:55 +00:00
2011-03-10 06:16:31 +01:00
2011-03-22 15:20:50 +08:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-19 20:15:53 +01:00
2011-03-19 19:41:56 +01:00
2011-03-18 00:11:47 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 18:06:30 +08:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2010-11-28 20:04:32 -05:00
2011-03-12 21:47:14 +01:00
2011-03-10 06:16:31 +01:00
2010-07-19 21:36:45 +01:00
2011-03-10 06:16:31 +01:00
2011-03-11 07:08:50 +01:00
2011-03-19 01:59:06 +01:00
2011-03-10 06:16:31 +01:00
2010-08-15 06:28:43 +02:00
2011-03-22 15:11:08 +08:00
2011-03-12 21:47:14 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-17 15:15:45 +01:00
2010-09-24 13:30:16 +08:00
2011-03-20 17:57:07 +00:00
2011-03-10 06:16:31 +01:00
2011-02-05 16:34:26 +00:00
2011-02-27 21:17:07 +08:00
2011-03-14 16:30:41 +08:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-23 19:27:55 +00:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 18:06:30 +08:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-19 01:59:06 +01:00
2011-03-10 18:06:30 +08:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2011-03-23 19:27:55 +00:00
2010-10-10 17:48:23 +02:00
2009-10-25 00:13:35 +02:00
2011-03-21 11:17:26 +08:00
2011-03-14 16:05:59 +08:00
2011-03-16 09:37:44 +01:00
2011-03-10 06:16:31 +01:00
2011-03-19 02:19:05 +01:00
2011-03-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00