[web2py] Re: connect existing tables with legacy date format

2016-03-05 Thread yellofam
thank you for the suggestion Dave. I will give it a try and let you know the result. On Wednesday, March 2, 2016 at 11:23:51 PM UTC-8, yell...@gmail.com wrote: > > Hi, > > db = DAL(..., migrate_enable=False) > > db.define_table('table', Field('fld01'), Field('fld02'),'integer',length=7) > > db.fl

[web2py] Re: connect existing tables with legacy date format

2016-03-03 Thread Dave S
On Wednesday, March 2, 2016 at 11:23:51 PM UTC-8, yell...@gmail.com wrote: > > Hi, > > db = DAL(..., migrate_enable=False) > > db.define_table('table', Field('fld01'), Field('fld02'),'integer',length=7) > > db.fld02 actually is a date field with format CYYMMDD. > C is either 0 or 9 ? > > I wo