[sqlalchemy] Re: mssql subselects (SA .03) - conflicting alias names?

2009-01-07 Thread statemachine
ng, the ORM generation of the query (although im not   > sure if 0.3 has the contains_eager() option which would allow you to   > link hand-rolled SQL to eagerly loaded collections), or the version of   > SQLA in use will probably have to change. > > On Jan 6, 2009, at 9:21 PM, stat

[sqlalchemy] mssql subselects (SA .03) - conflicting alias names?

2009-01-06 Thread statemachine
(I'm sure this problem has been addresses, but I can't find anything specific on it through normal support resources.) First, we're running an older version out of necessity: 0.3.11 (we haven't had the time to upgrade our core libraries to use newer versions yet). I'm hoping that someone has som