]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed a bug regarding column annotations which in particular
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Feb 2013 01:06:31 +0000 (20:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Feb 2013 01:06:31 +0000 (20:06 -0500)
commitaf44efe26e3f703ca1c30e79ee68428eed35abcf
treea0b5a20398ef9a54c187cb802fe9922a2f99cb91
parenteea0ca9fb4f21c37d1a8c4beb9d6327b19fc3d0f
Fixed a bug regarding column annotations which in particular
could impact some usages of the new :func:`.orm.remote` and
:func:`.orm.local` annotation functions, where annotations
could be lost when the column were used in a subsequent
expression.
[ticket:2660]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/util.py
test/sql/test_selectable.py