Thank you Anthony.

Richard

On Thu, Oct 27, 2011 at 10:24 AM, Anthony <[email protected]> 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 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 
>> <[email protected]>wrote:
>>
>>> 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 also be fixed for all tables at once:
>>>
>>> 1.
>>>
>>> db = DAL 
>>> <http://web2py.com/book/default/docstring/DAL>(...,fake_migrate_all=True)
>>>
>>>
>>> I would make sure if I can or not set the same way as de
>>> fake_migrate_all=True, migrate=False or if I have to change all my table
>>> (search/replace)??
>>>
>>> Or says a other way can write this :
>>>
>>>
>>> db = DAL(...,migrate=False, fake_migrate_all=True)
>>>
>>>
>>> Thanks
>>>
>>> Richard
>>>
>>
>>

Reply via email to