Simplify the 'sessionStats' query. We only need the time and totalProfit of each...
commitf31a5359fa951b81d2f517fb3faf0b7da23c5711
authorChris Moore <dooglus@gmail.com>
Wed, 18 May 2011 04:01:07 +0000 (17 21:01 -0700)
committerChris Moore <dooglus@gmail.com>
Wed, 18 May 2011 04:01:07 +0000 (17 21:01 -0700)
treec3405c191dd78e7662162e564fce4adf00b31b4c
parent21e59faf1552d237ed5d3e3fed7f752cd2e9ba49
Simplify the 'sessionStats' query.  We only need the time and totalProfit of each hand.  Rename the variable holding the profits from 'winnings' to 'profits', since 'winnings' never includes loses, but totalProfit does.
pyfpdb/GuiSessionViewer.py
pyfpdb/SQL.py