Problem solved.
I had another mapper extension which only overrides the after_XXX
functions and it wasn't returning EXT_CONTINUE

Sorry.

On Oct 21, 11:26 pm, Jarrod Chesney <jarrod.ches...@gmail.com> wrote:
> Hi
> I have a mapper extension that gets before_update called, but not the
> after_update
>
> I'm using 0.5.6 branch from SVN
>
> Here are the relevant lines of code to verify that the correct
> functions are overriden
>
> class SchemaObjectMapperExtension(MapperExtension):
>
>         def before_update(self, mapper, connection, instance):
>
>         def after_update(self, mapper, connection, instance):
>
> It must be registering with the mapper to get called because my
> before_update works fine.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to