On Nov 12, 6:42 am, Michael Bayer <mike...@zzzcomputing.com> wrote:
>
> But generally usage of mapper() wasn't intended to provide any "tricks" 
> around import issues.  You can always use mapper.add_property(...) to attach 
> things as needed, and class_mapper(Class) to call up any mapper anywhere.
>
>

This is what I am really looking for. I knew there had to be a way to
modify the mappings after the declaration. This is going to solve a
ton of problems I've had to code around in interesting ways and make
everything much, much more clean and clear. As always, SQLAlchemy
delivers.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@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