]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed a bug where the routine to detect the correct kwargs
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 May 2013 16:59:53 +0000 (12:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 May 2013 16:59:53 +0000 (12:59 -0400)
commit2eaae08f4845460f27c7bb96f5b26d31f35b0e77
tree5419ae3ad446c066bb9b54f8b0643bc4335f7f00
parentcfb0f9ca14f82c9ba06c4d5cbc992f821eb2234e
Fixed a bug where the routine to detect the correct kwargs
being sent to :func:`.create_engine` would fail in some cases,
such as with the Sybase dialect.
[ticket:2732]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/util/langhelpers.py
test/base/test_utils.py