]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug where using the ``column_reflect`` event to change the ``.key``
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Aug 2013 21:25:44 +0000 (17:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Aug 2013 21:25:44 +0000 (17:25 -0400)
commitfe66951f5de6a2b201dc3ecc2261f4f8b8888e9f
treeefe0e66dbd262ef473094514cc14fcc9854e464f
parent03c9b2df770385fc3b2b0acbdcb809c2239b67ef
Fixed bug where using the ``column_reflect`` event to change the ``.key``
of the incoming :class:`.Column` would prevent primary key constraints,
indexes, and foreign key constraints from being correctly reflected.
Also in 0.8.3. [ticket:2811]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/engine/reflection.py
test/engine/test_reflection.py