Hi there,

is there any canonical way of removing all SQAlchemy instrumentation
from a mapped object?

I'm trying to feed a complex mapped class instance through PyAMF
(which serializes objects to be read in Adobe Flash). This works fine
for scalar attributes but not for collections, e.g. a one-to-many
relation collection. PyAMF getattr()s the list, which is actually not
a list() but a sqlalchemy.orm.collections.InstrumentedList, and
subsequently tries to encode all of its _* and __* attributes.

Thanks, Simon

--~--~---------~--~----~------------~-------~--~----~
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