diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-12-04 14:16:42 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-12-04 14:16:42 -0500 |
commit | 81945d7a0c60cc898541189d52564df2010871c1 (patch) | |
tree | c39ec598919f1c95d3126d67e19562de9309fef0 /lib/sqlalchemy/engine/base.py | |
parent | 133a0b2460f4c71692795ebbe52f9e521bb8782c (diff) | |
download | sqlalchemy-81945d7a0c60cc898541189d52564df2010871c1.tar.gz |
- [feature] The "extend_existing" flag on Table
now allows for the reflection process to take
effect for a Table object that's already been
defined; when autoload=True and extend_existing=True
are both set, the full set of columns will be
reflected from the Table which will then
*overwrite* those columns already present,
rather than no activity occurring. Columns that
are present directly in the autoload run
will be used as always, however.
[ticket:1410]
Diffstat (limited to 'lib/sqlalchemy/engine/base.py')
0 files changed, 0 insertions, 0 deletions