]> 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:11:20 +0000 (18:11 -0400)
commitaba5b6e5c28cb16df16bf36e0e7c639642f89242
tree48b47cb44de398ea34f40d2e43d368efe4dd1e05
parentf2a9d522654daf67a2ed73b24a1392c8e2db47d1
- 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