This is probably fixed in trunk. You should upgrade. On Monday, 17 September 2012 19:50:38 UTC-5, Andrew Evans wrote: > > Hello I am running into issues updating records in my MySQL database after > adding multiple=True like so > > Field('region', db.region, label='Region *', requires=IS_IN_DB(db, > db.region.id,'%(title)s', multiple=True)), > > Any ideas how to fix this I am using web2py 1.99.7 > > *cheers > > and ty ;-) > > >
--