Kirk Strauser wrote:
>
> On Friday 31 July 2009 09:16:21 am Michael Bayer wrote:
>
>> you likely want to call correlate(billing_table) on your select.   rows
>> inside the subquery want to correlate outwards to the parent billing
>> table.
>
> Resulting in:
>
> sqlalchemy.exc.InvalidRequestError: Mapper 'Mapper|BillingInfo|bllginfo'
> has no property '_deannotate'

BillingInfo.__table__.  BillingInfo is a python class, billing_table is
the Table object.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to