Re: [sqlalchemy] column_property and relationship

2012-01-18 Thread Michael Bayer
On Jan 18, 2012, at 8:44 AM, Ronan Dunklau wrote: > Hello. > > I'm having trouble mapping a relationship on a column_property. > > A similar problem has been reported in an old post on this mailing list, > but with no answers: > http://groups.google.com/group/sqlalchemy/browse_thread/thread/f7a

[sqlalchemy] column_property and relationship

2012-01-18 Thread Ronan Dunklau
Hello. I'm having trouble mapping a relationship on a column_property. A similar problem has been reported in an old post on this mailing list, but with no answers: http://groups.google.com/group/sqlalchemy/browse_thread/thread/f7a13d9ca1494060/6fe890bb49c8dfa8#6fe890bb49c8dfa8 I have a column c

[sqlalchemy] column_property and relationship

2010-12-03 Thread Nagy Viktor
Hi, is it possible to define a relationship over a column property? the column property returns an id, and it would be nice to get the related object via a relationship easily. I've tried a couple of things, but the didn't work out, like: production_request_id = column_property( sel