Re: [sqlalchemy] Problem with correlate in a subquery

2010-07-27 Thread Michael Bayer
On Jul 27, 2010, at 12:03 PM, Jesse wrote: > I'm having a problem when using correlate in a subquery. I figured I > would throw it in here before logging a bug report incase this is just > user error. > > I have two tables with a many-to-one relationship. Estimate has a > list of EstimateLines

[sqlalchemy] Problem with correlate in a subquery

2010-07-27 Thread Jesse
I'm having a problem when using correlate in a subquery. I figured I would throw it in here before logging a bug report incase this is just user error. I have two tables with a many-to-one relationship. Estimate has a list of EstimateLines on it. I want to select in the first EstimateLine that