Go to file
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
files Update debian packaging for new snapshot 2010-07-02 12:32:05 +03:00
gfx Table.png: Worst.poker.table.image.ever 2010-09-08 15:45:10 +08:00
packaging py2exe: recommit files to correct line endings 2011-03-18 22:01:51 +00:00
pyfpdb This commit includes a set of updates which: 2011-03-23 19:27:55 +00:00
regression-test update copyright year 2011-03-10 06:16:31 +01:00
utils update copyright year 2011-03-10 06:16:31 +01:00
.gitattributes make git always store HUD_config.xml.example with windows line ending 2010-08-25 11:49:08 +02:00
agpl-3.0.txt removed outdated documentation and moved license files 2010-06-22 11:14:29 +08:00
fdl-1.2.txt removed outdated documentation and moved license files 2010-06-22 11:14:29 +08:00
gpl-2.0.txt some cleanups: 2010-07-05 12:17:08 +08:00
gpl-3.0.txt some cleanups: 2010-07-05 12:17:08 +08:00
Makefile update copyright year 2011-03-10 06:16:31 +01:00
mit.txt add MIT license and notice 2010-08-02 11:53:02 +02:00
readme.txt Added a minimal readme 2010-06-28 11:48:54 +08:00
run_fpdb.bat put output file from .exe startup in higher directory 2010-06-06 09:29:46 +01:00
run_fpdb.py update copyright year 2011-03-10 06:16:31 +01:00
setup.py replaced /usr/bin/python with /usr/bin/env python 2011-02-27 21:17:07 +08:00
test_Python_Libs.py dont load configuration in test_python_libs as the import fails 2011-03-10 17:35:58 +01:00
test_Python.py testing... 2011-03-19 21:38:48 +00:00

Please visit http://fpdb.sourceforge.net for documentation, tips and help.