]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added explicit "session" argument to get(), select_whereclause in mapper, as well...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Apr 2006 19:01:14 +0000 (19:01 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Apr 2006 19:01:14 +0000 (19:01 +0000)
commitdbf936c30b14c81ccaa50a3082181bbdaa4d4d70
tree70e3e268da43d3b0ba37c811e1d5563ebb87ec9e
parentccb30be0a28a93f29fbd977da585368db255f554
added explicit "session" argument to get(), select_whereclause in mapper, as well as throughout the call-chain for those.  lazy loader honors the "session" of the parent object, + added simple unit test
examples/adjacencytree/byroot_tree.py
examples/polymorph/polymorph2.py
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/util.py
test/mapper.py