]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a "str()" step to the dialect_kwargs iteration for
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jul 2014 22:09:54 +0000 (18:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jul 2014 22:09:54 +0000 (18:09 -0400)
commita49ec1cf778811fb3717bd0ace183ba0ea5ba4d4
treecee11129e7981610b10a852ad8623d3ba89e9283
parent5ec6ec9cbb1c29774c50bafed781e649ed481418
- Added a "str()" step to the dialect_kwargs iteration for
Python version < 2.6.5, working around the
"no unicode keyword arg" bug as these args are passed along as
keyword args within some reflection processes.
fixes #3123
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/base.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/compat.py
test/sql/test_metadata.py