]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Improvements to the mechanism used by :class:`.Session` to locate
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Oct 2014 18:04:17 +0000 (14:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Oct 2014 18:04:17 +0000 (14:04 -0400)
commit6de1a878702b8737b2257b89b478ead79a8d78cc
tree6d96365a5eeb6575c896c9df8cd4ec46f85f2e26
parent1e5ffa029a2b9adc1a6a3c83fb7e88a99d4e6448
- Improvements to the mechanism used by :class:`.Session` to locate
"binds" (e.g. engines to use), such engines can be associated with
mixin classes, concrete subclasses, as well as a wider variety
of table metadata such as joined inheritance tables.
fixes #3035
doc/build/changelog/changelog_10.rst
doc/build/changelog/migration_10.rst
lib/sqlalchemy/orm/session.py
test/orm/test_bind.py
test/orm/test_session.py