[web2py] Re: MySQL VARCHAR lengths not being set

2011-02-02 Thread Dane
Thank you. Fix from that thread did the trick. On Feb 3, 1:02 am, Anthony wrote: > See this recent > discussion:https://groups.google.com/d/topic/web2py/tL8gnapo6fg/discussion > > > > > > > > On Thursday, February 3, 2011 12:39:45 AM UTC-5, Dane wrote: > > Hello, > > > I have many fields defined

[web2py] Re: MySQL VARCHAR lengths not being set

2011-02-02 Thread Anthony
See this recent discussion: https://groups.google.com/d/topic/web2py/tL8gnapo6fg/discussion On Thursday, February 3, 2011 12:39:45 AM UTC-5, Dane wrote: > Hello, > > I have many fields defined like this: > > Field('name','string', required=True, length=300, > requires=[IS_LENGTH(300)]), > >