Merge branch 'master' of git://git.assembla.com/fpdb-gimick
This commit is contained in:
		
						commit
						cb037e7132
					
				|  | @ -52,7 +52,7 @@ onlinehelp = {'Game':_('Type of Game'), | |||
|               'PF3':_('% Pre Flop Re-Raise / 3Bet'), | ||||
|               'AggFac':_('Aggression Factor\n'), | ||||
|               'AggFreq':_('Aggression Frequency\nBet or Raise vs Fold'), | ||||
|               'ContBet':_('Continuation Bet on the flop'), | ||||
|               'ContBet':_('Continuation Bet post-flop'), | ||||
|               'RFI':_('% Raise First In\% Raise when first to bet'), | ||||
|               'Steals':_('% First to raise pre-flop\nand steal blinds'), | ||||
|               'Saw_F':_('% Saw Flop vs hands dealt'), | ||||
|  |  | |||
|  | @ -2246,7 +2246,7 @@ class Sql: | |||
|                                        (sum(cast(hp.street1Calls as <signed>integer))+ sum(cast(hp.street2Calls as <signed>integer))+ sum(cast(hp.street3Calls as <signed>integer))+ sum(cast(hp.street4Calls as <signed>integer))) + | ||||
|                                        (sum(cast(hp.street1Aggr as <signed>integer)) + sum(cast(hp.street2Aggr as <signed>integer)) + sum(cast(hp.street3Aggr as <signed>integer)) + sum(cast(hp.street4Aggr as <signed>integer))) ) | ||||
|                                                                                                     AS aggfrq | ||||
|                             ,100.0*(sum(cast(hp.street1CBDone as <signed>integer)) + sum(cast(hp.street2CBDone as <signed>integer)) + sum(cast(hp.street2CBDone as <signed>integer)) + sum(cast(hp.street4CBDone as <signed>integer)))  | ||||
|                             ,100.0*(sum(cast(hp.street1CBDone as <signed>integer)) + sum(cast(hp.street2CBDone as <signed>integer)) + sum(cast(hp.street3CBDone as <signed>integer)) + sum(cast(hp.street4CBDone as <signed>integer)))  | ||||
|                                        / (sum(cast(hp.street1CBChance as <signed>integer))+ sum(cast(hp.street2CBChance as <signed>integer))+ sum(cast(hp.street3CBChance as <signed>integer))+ sum(cast(hp.street4CBChance as <signed>integer)))  | ||||
|                                                                                                     AS conbet | ||||
|                             ,sum(hp.totalProfit)/100.0                                              AS net | ||||
|  | @ -2367,7 +2367,7 @@ class Sql: | |||
|                                        (sum(cast(hp.street1Calls as <signed>integer))+ sum(cast(hp.street2Calls as <signed>integer))+ sum(cast(hp.street3Calls as <signed>integer))+ sum(cast(hp.street4Calls as <signed>integer))) + | ||||
|                                        (sum(cast(hp.street1Aggr as <signed>integer)) + sum(cast(hp.street2Aggr as <signed>integer)) + sum(cast(hp.street3Aggr as <signed>integer)) + sum(cast(hp.street4Aggr as <signed>integer))) ) | ||||
|                                                                                                     AS aggfrq | ||||
|                             ,100.0*(sum(cast(hp.street1CBDone as <signed>integer)) + sum(cast(hp.street2CBDone as <signed>integer)) + sum(cast(hp.street2CBDone as <signed>integer)) + sum(cast(hp.street4CBDone as <signed>integer)))  | ||||
|                             ,100.0*(sum(cast(hp.street1CBDone as <signed>integer)) + sum(cast(hp.street2CBDone as <signed>integer)) + sum(cast(hp.street3CBDone as <signed>integer)) + sum(cast(hp.street4CBDone as <signed>integer)))  | ||||
|                                        / (sum(cast(hp.street1CBChance as <signed>integer))+ sum(cast(hp.street2CBChance as <signed>integer))+ sum(cast(hp.street3CBChance as <signed>integer))+ sum(cast(hp.street4CBChance as <signed>integer)))  | ||||
|                                                                                                     AS conbet | ||||
|                             ,sum(hp.totalProfit)/100.0                                              AS net | ||||
|  | @ -2489,7 +2489,7 @@ class Sql: | |||
|                                        (sum(cast(hp.street1Calls as <signed>integer))+ sum(cast(hp.street2Calls as <signed>integer))+ sum(cast(hp.street3Calls as <signed>integer))+ sum(cast(hp.street4Calls as <signed>integer))) + | ||||
|                                        (sum(cast(hp.street1Aggr as <signed>integer)) + sum(cast(hp.street2Aggr as <signed>integer)) + sum(cast(hp.street3Aggr as <signed>integer)) + sum(cast(hp.street4Aggr as <signed>integer))) ) | ||||
|                                                                                                     AS aggfrq | ||||
|                             ,100.0*(sum(cast(hp.street1CBDone as <signed>integer)) + sum(cast(hp.street2CBDone as <signed>integer)) + sum(cast(hp.street2CBDone as <signed>integer)) + sum(cast(hp.street4CBDone as <signed>integer)))  | ||||
|                             ,100.0*(sum(cast(hp.street1CBDone as <signed>integer)) + sum(cast(hp.street2CBDone as <signed>integer)) + sum(cast(hp.street3CBDone as <signed>integer)) + sum(cast(hp.street4CBDone as <signed>integer)))  | ||||
|                                        / (sum(cast(hp.street1CBChance as <signed>integer))+ sum(cast(hp.street2CBChance as <signed>integer))+ sum(cast(hp.street3CBChance as <signed>integer))+ sum(cast(hp.street4CBChance as <signed>integer)))  | ||||
|                                                                                                     AS conbet | ||||
|                             ,sum(hp.totalProfit)/100.0                                              AS net | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user