Re: [sqlalchemy] Passing runtime value to relationship join condition

2011-02-12 Thread Michael Bayer
On Feb 12, 2011, at 2:15 AM, cd34 wrote: > I'm trying to pass a value to a relation at runtime rather than > instantiation time. I've got the callable working with a fixed value, > but, in reading the docs over the last few days , I'm either not > finding the proper incantation or the right term

[sqlalchemy] Passing runtime value to relationship join condition

2011-02-11 Thread cd34
I'm trying to pass a value to a relation at runtime rather than instantiation time. I've got the callable working with a fixed value, but, in reading the docs over the last few days , I'm either not finding the proper incantation or the right terms in the documentation to figure out what I'm tryin