Hi,

I used to be able to iterate over mapper.properties.items() to get the
name of each mapped property along with the object that implements it.
However, in 0.4.1, trying to do this results in a NotImplementedError
telling me to use iterate_properties and get_property instead, but I
can't see a way to get the name of the property through either of these
methods.

Is there a generic way that, given a mapped class, I can get a list of
the mapped properties with their names?

Thanks a lot,

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