]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a regression caused by :ticket:`2812` where the repr() for
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Nov 2013 18:16:49 +0000 (13:16 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Nov 2013 18:16:49 +0000 (13:16 -0500)
commit42fd77a4bfb8c5a1c02c89a17481a90cd039f10e
tree4855d37ab96ba5ba0b46976fa31a16df32e7fe1f
parent13b6ddc823bb9f8b80dca2ee85d673a6a77145b8
- Fixed a regression caused by :ticket:`2812` where the repr() for
table and column names would fail if the name contained non-ascii
characters. [ticket:2868]
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_unicode.py