]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Dialect.initialize() is not called a second time if an :class:`.Engine`
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Jul 2013 19:15:09 +0000 (15:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Jul 2013 19:15:09 +0000 (15:15 -0400)
commitfd55be01ddc0ab41dd9469c6c7736d12d5a2f1ea
tree460612226d5710aaf151f7552fcba6c1f7cbcd42
parentcd8a40284d0fb053f652f4a3d2745c22674603f8
Dialect.initialize() is not called a second time if an :class:`.Engine`
is recreated, due to a disconnect error.   This fixes a particular
issue in the Oracle 8 dialect, but in general the dialect.initialize()
phase should only be once per dialect.  Also in 0.8.3. [ticket:2776]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/langhelpers.py
test/engine/test_reconnect.py