good catch. fixed in 1.77.2
On Apr 19, 12:14 pm, dave <[email protected]> wrote: > Since upgrading to latest version (from prior version) I can't enter > a time into the sql form using either the time helper object or > manually by typing. The field back ground show red like an error. > > I'm using mysql 5.1.45 with tables using engine=innodb, and a table > definition shown below: > > db.define_table('mytable' > ,Field('aint', 'integer',requires=[IS_INT_IN_RANGE(0, 100)]) > ,Field('adate', 'date') > ,Field('atime', 'time',notnull=True) > ,Field('adatetime', 'datetime') > ) > > Also the date and datetime helpers are working, but pop up behind the > form instead of on top of the form. > > Thanks, Dave > > -- > Subscription settings:http://groups.google.com/group/web2py/subscribe?hl=en

