[web2py] Re: about SQLTABLE and truncate

2010-06-07 Thread mdipierro
right. uploading to trunk now. On Jun 7, 1:16 am, kike wrote: > thank for your help. I think if include something like None in > truncate is a good idea. It is only my sugestion. > thank again > > On Jun 7, 7:55 am, mdipierro wrote: > > > sorry not. But you can choose a very large value like 10*

[web2py] Re: about SQLTABLE and truncate

2010-06-06 Thread kike
thank for your help. I think if include something like None in truncate is a good idea. It is only my sugestion. thank again On Jun 7, 7:55 am, mdipierro wrote: > sorry not. But you can choose a very large value like 10**10 > > On Jun 7, 12:26 am, kike wrote: > > > thank, is very easy, if i need

[web2py] Re: about SQLTABLE and truncate

2010-06-06 Thread mdipierro
sorry not. But you can choose a very large value like 10**10 On Jun 7, 12:26 am, kike wrote: > thank, is very easy, if i need not truncate the following sentence is > correct??? > > SQLTABLE(,truncate=None) > > On Jun 7, 6:55 am, mdipierro wrote: > > > SQLTABLE(,truncate=32) > > > On Jun

[web2py] Re: about SQLTABLE and truncate

2010-06-06 Thread kike
thank, is very easy, if i need not truncate the following sentence is correct??? SQLTABLE(,truncate=None) On Jun 7, 6:55 am, mdipierro wrote: > SQLTABLE(,truncate=32) > > On Jun 6, 11:42 pm, kike wrote: > > > Hello, I read the online book and I have a doubt, how I change the > > value

[web2py] Re: about SQLTABLE and truncate

2010-06-06 Thread mdipierro
SQLTABLE(,truncate=32) On Jun 6, 11:42 pm, kike wrote: > Hello, I read the online book and I have a doubt, how I change the > value of a truncate parameter, to never truncate text in table cell or > change to another value, because in the online book not explain how > doit. > Thank for your h