[sqlalchemy] Re: Multiple mapper extensions broken in 0.4

2007-11-05 Thread Rick Morrison
Ah. OK, thanks! I checked in a small update to the 3.x -> 4.0 migration guide in the docs to note this. On 11/5/07, Michael Bayer <[EMAIL PROTECTED]> wrote: > > you need to return EXT_CONTINUE for your TimestampExtension methods. > Rick --~--~-~--~~~---~--~~ You

[sqlalchemy] Re: Multiple mapper extensions broken in 0.4

2007-11-05 Thread Michael Bayer
you need to return EXT_CONTINUE for your TimestampExtension methods. On Nov 5, 2007, at 4:45 PM, Rick Morrison wrote: > from sqlalchemy import * > from sqlalchemy.orm import * > import datetime > import time > > class TimestampExtension(MapperExtension): > def _decorate_instance(self, instan