[sqlalchemy] using funcs within a primary join

2010-09-30 Thread Dan
Hey, I am trying to create a funky relationship where I want to take a field in a table, take a portion of it and then use that portion to create a relation. Is this even possible? My relation is below reseller = relation(Reseller, uselist = False, primaryjoin =

Re: [sqlalchemy] using funcs within a primary join

2010-09-30 Thread Michael Bayer
On Sep 30, 2010, at 4:47 PM, Dan wrote: Hey, I am trying to create a funky relationship where I want to take a field in a table, take a portion of it and then use that portion to create a relation. Is this even possible? My relation is below reseller = relation(Reseller, uselist