On Oct 30, 2006, at 7:40 PM, Alan Franzoni wrote:
> I thought it was the mapper who mapped the UOWProperty to the class
> columns, but after debugging for a while I'm not so sure about that.
it initiates the operation in the compile phase.
> My problems also arise from the fact that it doesn't seem there's
> any UOWProperty attached to the class till the first instance of
> the class is created (or pulled from the db), so I might just have
> looked into the wrong code.
try calling mapper.compile(), that will set up the properties.
if you use logging and do logging.getLogger('sqlalchemy.orm').setLevel
(logging.DEBUG), you should see a lot going on with regards to
UOWProperty's getting set up and whatnot.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sqlalchemy
-~----------~----~----~----~------~----~------~--~---