Just to revive the discussion, if SQLTABLE is passed a headers dict AND
truncate value, then truncate isn't honored.
e.g
mytable = SQLTABLE(somequery,
headers={'table.field1': 'Label1', 'table.field2': 'Label2'}
truncate=25)
On Wednesday, July 20, 2011 5:45:21 AM UTC+5:30, Anthony wrote:
>
> On Tuesday, July 19, 2011 7:48:35 PM UTC-4, Carlos wrote:
>>
>> So 'truncate' is not being respected when using the previous 'headers'
>> format (simple dict of strings).
>>
>
> Oh, I see, you're right -- that should be fixed.
>
> Anthony
>
This continues to be broken after 12+ months. May be not enough people are
using SQLTABLE + truncate combination
Any plans to fix this ?
-Mandar
>
>
--