did you tried with limitby ?. 2011/6/14 Manuele Pesenti <[email protected]>
> On 14/06/2011 15:58, Manuele Pesenti wrote: > >> >> errata corrige: >> >> 576 and 1080 >> >> as eaplained in the previous email >> >> M. >> > > I'm very sorry about so many posts on the same thread... but I have to > notice one thing... what executesql returns is a tuple like that: > > ((datetime.date(2010, 11, 28), datetime.datetime(2010, 11, 30, 23, 0), > None, 8997.6000000000004, 59L), (datetime.date(2010, 11, 29), > datetime.datetime(2010, 11, 30, 23, 0), None, 6209.3999999999996, 60L), ... > ) > > so the normalization of the fields is included in the first 13 seconds... > so what's up in the subsequent 12 minutes? I thik the transformation in a > Rows like object... > > > M. > -- http://martin.tecnodoc.com.ar

