Commit Graph
15 Commits
Author SHA1 Message Date
Chaz 925db93157 * Added 'cacheSessions' flag
* Added a cacheSessions update call to import_file_dict() in fpdb_import.py
* Added updateSessionsCache() method to Hands
* Added storeSessionsCache() to Database --- WORK IN PROGRESS and set to pass
TO DOs
- add sessions queries to SQL
- complete storeSessionsCache() so it works like we've discussed (save for adding sessionId to HP)
- add SessionsCache keys
- add SessionsCache to the default table creation and deletion methods in Database.py
- update storeSessionsCache() and all the relevant db & sql code so it writes a sessionId to HP
2010-12-02 01:58:02 -05:00
Chaz cbd6aa242e Added the 'cacheSessions' config option 2010-12-02 00:35:18 -05:00
Chaz e0f76a508c reverted HudCache styleKey to include only YYMMDD - however, it now stores the d000000 date based off the tz & offset 2010-11-30 14:05:28 -05:00
Chaz c6802484cb Updated init_hud_stat_vars() so that it no longer requires Filters.py for the offset calculations 2010-11-29 15:20:05 -06:00
Chaz 21ac5229cb Fixed styleKey char length to 9 2010-11-25 02:36:34 -06:00
Chaz 872ea008dd Updated database version to 145 2010-11-25 02:35:50 -06:00
Chaz 9137347acb Just fixed a few bugs 2010-11-24 15:20:48 -06:00
Chaz 9bb58ca779 Adds the worker id command line option 2010-11-24 15:16:09 -06:00
Chaz ead567c5cc * Added encoding error handling and the ability to identify the worker responsible for splitting a particular file if several were launched via threading 2010-11-24 15:13:26 -06:00
Chaz 92c8e68914 It's actually an OSError, not an IOError 2010-11-24 14:53:53 -06:00
Chaz 43ec9498e8 Just renamed the new regression file 2010-11-24 14:51:13 -06:00
Chaz b820cd4895 * Old Stars HHs don't display max seats. Added regression-test-file showing this and handling in the Stars HHC 2010-11-24 14:49:39 -06:00
Chaz 8026ba256a It's %H, not %h 2010-11-24 14:41:12 -06:00
Chaz ee926ac9ca * Modified init_hud_stat_vars() so that it uses the timezone & day_start offset from Filters.py 2010-11-24 14:18:42 -06:00
Chaz ac4cae5abf * Updated the methods, variables, and SQL in Database.py and SQL.py to add Hours to the HudCache.styleKey field 2010-11-24 14:14:29 -06:00