]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug where using an annotation such as :func:`.remote` or
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Oct 2013 23:47:13 +0000 (19:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Oct 2013 23:49:09 +0000 (19:49 -0400)
commit79f55eb20bf3b65bf0663cf96de96c68f8804399
treed3ebf0486a0d4bf0681e077a5a3ea7bdb4dbc87f
parentc1a69ab841e728061dd890dd02e6ce6be2970473
Fixed bug where using an annotation such as :func:`.remote` or
:func:`.foreign` on a :class:`.Column` before association with a parent
:class:`.Table` could produce issues related to the parent table not
rendering within joins, due to the inherent copy operation performed
by an annotation. [ticket:2813]

Conflicts:
lib/sqlalchemy/sql/elements.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/util.py
test/sql/test_selectable.py