]> 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:47:13 +0000 (19:47 -0400)
commit9df4651fba6d1cd3d2b490f58263cc45a81788f4
tree03289aaa180ca7a5452740a73c2f0e6c9b1979fd
parent5f07d4b7acc7fee3eb9d9621e0aece96718b902f
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]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_selectable.py