Re: [SQLObject] Accumulation functions over limited results

2014-12-30 Thread Michael Root
Happy to take a stab at making a patch. Mostly, I wanted to see if the community thought it was a good idea before I took the time. -miker On 12/30/2014 12:18 PM, Oleg Broytman wrote: > Hello! > > On Tue, Dec 30, 2014 at 09:53:45AM -0800, Michael Root > wrote: >> Ran into an issue the other

Re: [SQLObject] Accumulation functions over limited results

2014-12-30 Thread Oleg Broytman
Hello! On Tue, Dec 30, 2014 at 09:53:45AM -0800, Michael Root wrote: > Ran into an issue the other day, which I think could be described as a bug, > or > perhaps a mis-feature, depending on how you look at it. > > If you use an accumulator function on a SelectResults object (sum, avg, > etc.