]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug in new "autoload_replace" flag
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2012 22:14:34 +0000 (17:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2012 22:14:34 +0000 (17:14 -0500)
commit345de2ee1dfb12c6314144c2b7ed6fb4a7a3cb7c
tree4540d2c510e215123f5cbdb724bd34f889fa6673
parentba0fb069d5e76e4fe3365765caa1239bfd7371cc
- [bug] Fixed bug in new "autoload_replace" flag
which would fail to preserve the primary
key constraint of the reflected table.
[ticket:2402]
CHANGES
lib/sqlalchemy/engine/reflection.py
lib/sqlalchemy/schema.py
test/engine/test_reflection.py