]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug which prevented the ``serializer`` extension from working
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Nov 2013 18:30:32 +0000 (13:30 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Nov 2013 18:30:32 +0000 (13:30 -0500)
commit2aa00c49d7a1a783ff50832f2de7760bfaaccf6d
tree8cee77853374a0570c562e1b5510bb55da3290ce
parent42fd77a4bfb8c5a1c02c89a17481a90cd039f10e
- Fixed bug which prevented the ``serializer`` extension from working
correctly with table or column names that contain non-ASCII
characters. [ticket:2869]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/ext/serializer.py
lib/sqlalchemy/sql/selectable.py
lib/sqlalchemy/testing/assertions.py
test/ext/test_serializer.py