[sqlalchemy] trying to not reinvent the wheel

2010-02-26 Thread Kent
I'm certain sqlalchemy's got a function call in its guts that I was about to recreate from scratch, so I'm hoping you can spare me the trouble. I'm trying to construct the foreign key where clause and from clause needed to populate a relation. I'd explain how I got here, but might take several

Re: [sqlalchemy] trying to not reinvent the wheel

2010-02-26 Thread Michael Bayer
On Feb 26, 2010, at 1:48 PM, Kent wrote: I'm certain sqlalchemy's got a function call in its guts that I was about to recreate from scratch, so I'm hoping you can spare me the trouble. I'm trying to construct the foreign key where clause and from clause needed to populate a relation.