SA knows how to wrap LIMIT/OFFSET/DISTINCT queries in a subquery when eager loading properties are attached. the issue here was that the new-in-0.3 options methodology was not transmitting that information to the Query (i.e., if the wrapping should be applied). added some code to accomplish this in rev 2076.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy -~----------~----~----~----~------~----~------~--~---
