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-10 06:16:31 +01:00
2011-03-10 06:16:31 +01:00
2010-07-04 03:05:16 +02:00
2010-07-04 03:05:16 +02:00
2011-03-10 06:16:31 +01:00
2010-08-02 11:53:02 +02:00
2010-06-26 08:38:37 +02:00
2011-03-10 06:16:31 +01:00
2011-03-19 21:38:48 +00:00

Please visit http://fpdb.sourceforge.net for documentation, tips and help.
S
Description
No description provided
Readme
14 MiB
Languages
Python 57.3%
Gettext Catalog 30.3%
Modelica 11.4%
AutoIt 0.4%
Shell 0.3%
Other 0.2%