]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- more adjustments to the eager load table finder to work with existing mappings
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Sep 2006 05:26:26 +0000 (05:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Sep 2006 05:26:26 +0000 (05:26 +0000)
commit7a6e6711996cfc08fdb38d766bac464d1a33e5a9
tree389e9299ffba0b555bd8b2cdf736bf5fcdc78b22
parent35fe9f7b588e8956fec069e72b9bd81ffa455423
- more adjustments to the eager load table finder to work with existing mappings
against selects and query-created limit/offset subselects
- added eagertest3 to orm/alltests.py
lib/sqlalchemy/orm/properties.py
test/orm/alltests.py