]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug whereby using a label_length on dialect that was smaller
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Dec 2012 00:25:04 +0000 (19:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Dec 2012 00:25:04 +0000 (19:25 -0500)
commit33bafcb132ed959f072f98fa488b05e5628f097b
tree977e71fe9c8cc42270f94d05759073f4d93727ed
parentc183aa098bbbe9298090df9dcf6adad0be38f6c7
Fixed bug whereby using a label_length on dialect that was smaller
than the size of actual column identifiers would fail to render
the columns correctly in a SELECT statement.
[ticket:2610]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/expression.py
test/sql/test_labels.py