Files
sqlalchemy/test/sql
Mike Bayer 8ebc8ee5ba - eager loading with LIMIT/OFFSET applied no longer adds the primary
table joined to a limited subquery of itself; the eager loads now
join directly to the subquery which also provides the primary table's
columns to the result set.  This eliminates a JOIN from all eager loads
with LIMIT/OFFSET.  [ticket:843]
2007-11-03 23:17:34 +00:00
..