]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
The :meth:`.Connection.connect` and :meth:`.Connection.contextual_connect`
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Nov 2012 06:18:58 +0000 (01:18 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Nov 2012 06:18:58 +0000 (01:18 -0500)
commit59f0685290b0847ecf83f5a9a64d99931d319bd6
tree613ae288b5675ace2c3f7414647f537746161432
parent504daf1bc09a9db475ed656c552d9bf7f993d20f
The :meth:`.Connection.connect` and :meth:`.Connection.contextual_connect`
methods now return a "branched" version so that the :meth:`.Connection.close`
method can be called on the returned connection without affecting the
original.   Allows symmetry when using :class:`.Engine` and
:class:`.Connection` objects as context managers.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/schema.py
test/engine/test_bind.py