it's not a problem. we just changed the way a Rows class gets represented
(printing resultsets with 1k rows was kynda lame ^_^)
if you do
print rows
things "change", but
for row in rows:
print row
doesn't change a bit.
On Tuesday, June 3, 2014 12:53:08 PM UTC+2, Massimiliano wrote:
>
> Hello,
>
> I've an application in production with
> 2.5.1-stable+timestamp.2013.06.06.15.39.19, and I would like to update at
> the newest web2py 2.9.5-stable+timestamp.2014.03.16.02.35.39, but I could a
> problem with aggregate fields.
>
> That is what's happen:
>
> If I print my Rows var I get:
> print rows:
>
>
> zone.zona,tratte.tratta,SUM(qviewriepilogoprevisioni.bilici),SUM(qviewriepilogoprevisioni.motrici),SUM(qviewriepilogoprevisioni.abbinati)
> ABRUZZO,ASCOLI (Ascoli Piceno),3,0,0
> ABRUZZO,C. ABRUZZO (Pescara),2,0,0
> ABRUZZO,S.BENEDETTO (),1,0,1
>
> BUT if I do something like that:
>
> TABLE(rows)
>
> I got ONLY the 2 fields zone.zona,tratte.tratta
>
> With the old web2py version this wasn't happen.
> Where can I start to look at this problem?
>
> Thank you
>
> --
> Massimiliano
>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.