Files
sqlalchemy/test/sql
Mike Bayer 3712e35c32 - Fixed bug in 0.9's foreign key setup system, such that
the logic used to link a :class:`.ForeignKey` to its parent could fail
when the foreign key used "link_to_name=True" in conjunction with
a target :class:`.Table` that would not receive its parent column until
later, such as within a reflection + "useexisting" scenario,
if the target column in fact had a key value different from its name,
as would occur in reflection if column reflect events were used to
alter the .key of reflected :class:`.Column` objects so that the
link_to_name becomes significant.  Also repaired support for column
type via FK transmission in a similar way when target columns had a
different key and were referenced using link_to_name.
fixes #3298
2015-01-28 11:55:26 -05:00
..
2015-01-26 22:45:12 -05:00
2014-07-18 17:40:58 -04:00
2015-01-06 11:34:52 -05:00
2014-09-05 16:28:20 -04:00
2014-07-18 17:40:58 -04:00
2015-01-26 18:43:19 -05:00
2014-07-18 17:40:58 -04:00