[sqlalchemy] Loading attributes for Transient objects

2010-09-01 Thread Kent
I'm looking for a way to load mapped attributes for a *Transient* object. (I've actually needed exactly this several times... it is a recurring need.) Say I have an object and have no intention at this point of adding it to the database (so it is not Persistent or even Pending), but the local

Re: [sqlalchemy] Loading attributes for Transient objects

2010-09-01 Thread Michael Bayer
On Sep 1, 2010, at 10:50 AM, Kent wrote: I'm looking for a way to load mapped attributes for a *Transient* object. (I've actually needed exactly this several times... it is a recurring need.) Say I have an object and have no intention at this point of adding it to the database (so it is not