]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Adjustments to the engine plugin hook, such that the
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 May 2015 17:51:00 +0000 (13:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 May 2015 17:51:00 +0000 (13:51 -0400)
commit04c625467e65ec4189d4fd73e0e10c727f04dce6
tree454220f26352b5454f18d0627999d35fed5d86b0
parentc581b907b3f1bcee3ab347e9a93c2c2b37bfe7ef
- Adjustments to the engine plugin hook, such that the
:meth:`.URL.get_dialect` method will continue to return the
ultimate :class:`.Dialect` object when a dialect plugin is used,
without the need for the caller to be aware of the
:meth:`.Dialect.get_dialect_cls` method.
reference #3379
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/engine/url.py