]> 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:26:11 +0000 (17:26 -0400)
commit573b542747103cd427db6770d29441dade4a278e
tree9669bf168a8e28bd1fd42f141ed5f3b279137ac6
parentbedfeee764dc2f3f9d6193a71c688dbdc025d218
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]

Conflicts:
doc/build/changelog/changelog_09.rst
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/engine/reflection.py
test/engine/test_reflection.py