On Apr 25, 2007, at 6:06 PM, Kevin Schmidt wrote:

>               
> clear_mapper(customMapper)
>
>
> Running that I get:
>
> Processing Failure
> c
> /usr/lib/python2.5/site-packages/sqlalchemy/orm/__init__.py: 
> 110:clear_mapper]
>
>

im not sure what that error means, or if thats a full stack trace (if  
not, a full stack would be helpful).  but the clear_mapper() function  
is going to be generally pretty unreliable since the mapper can be  
involved in relationships with other mappers. (favor clear_mappers() )

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to