Re: [web2py] trying to fix possible problem of migration...

2011-10-27 Thread Richard Vézina
Thank you Anthony. Richard On Thu, Oct 27, 2011 at 10:24 AM, Anthony wrote: > Since 1.95.1. See http://web2py.com/examples/default/changelog (which is > accessible via the Download page). > > Anthony > > > On Thursday, October 27, 2011 10:20:18 AM UTC-4, Richard wrote: > >> Ok I just read a cou

Re: [web2py] trying to fix possible problem of migration...

2011-10-27 Thread Anthony
Since 1.95.1. See http://web2py.com/examples/default/changelog (which is accessible via the Download page). Anthony On Thursday, October 27, 2011 10:20:18 AM UTC-4, Richard wrote: > > Ok I just read a couple of lines above in book : > > db = DAL(...,migrate_enabled=False) > > Does it work in 1.9

Re: [web2py] trying to fix possible problem of migration...

2011-10-27 Thread Richard Vézina
Ok I just read a couple of lines above in book : db = DAL(...,migrate_enabled=False) Does it work in 1.98.2 Richard On Thu, Oct 27, 2011 at 10:17 AM, Richard Vézina < ml.richard.vez...@gmail.com> wrote: > Hello, > > I suspect that I have a migration problem... There is some update function >

[web2py] trying to fix possible problem of migration...

2011-10-27 Thread Richard Vézina
Hello, I suspect that I have a migration problem... There is some update function that not working properly (not updating some fields and update others correctly)... I would like to know how to use correctly the migrate fake all at the DAL level... In the book it says : Migration problems can al