]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
have paths represented as their actual mapper, not the base mapper, allowing
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Jan 2010 20:26:34 +0000 (20:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Jan 2010 20:26:34 +0000 (20:26 +0000)
commit7fedc9298ace22df69d030c4d97169528f09f662
treeb06e401ee36cab06a418d3510034b9ae7ad6d1f7
parent513b350ccc48009aa32f5c275f3f6aacde8b8462
have paths represented as their actual mapper, not the base mapper, allowing
more information for custom mapper opts to see what's going on.  add a new _reduce_path()
function to apply to the path as stored in dictionaries, adds a slight cost overhead.
examples/beaker_caching/meta.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py