Tefnet Developers schrieb:
> I am having a problem here - at one point a one-to-many relation
> attribute is not in sync with a backref one (http://dpaste.com/104225/):
I can reproduce this and also like to know whether this is a bug or
simply not supported by the default list instrumentation.
By the way, you don't need to use a meta class in your example; you can
simply set
manager = sqlalchemy.orm.relation(
'Employee', backref='subordinates', remote_side=Id)
-- Christoph
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---