]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where SQL statement would be improperly ASCII-encoded
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 Nov 2013 23:35:36 +0000 (18:35 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 Nov 2013 23:35:36 +0000 (18:35 -0500)
commitf112dc1d533033f19186eb65227aba1660d03102
tree1a255501f17ddab100b749aff18349b74980a518
parent467784e89c0817a74df32db4b12bd8b3e28a05df
- Fixed bug where SQL statement would be improperly ASCII-encoded
when a pre-DBAPI :class:`.StatementError` were raised within
:meth:`.Connection.execute`, causing encoding errors for
non-ASCII statements.  The stringification now remains within
Python unicode thus avoiding encoding errors. [ticket:2871]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/engine/base.py
test/engine/test_execute.py
test/sql/test_query.py