diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-04-05 12:04:42 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-04-05 12:04:42 -0400 |
commit | d34bc7da318978f6d0235e5747e94160959eb276 (patch) | |
tree | 1030ebdfd8a7a345ce777e3f0d9719d1aefa5b3e /test/dialect/test_postgresql.py | |
parent | cfc12748348dc3e183edc16b1711ae3d466cc2e0 (diff) | |
download | sqlalchemy-d34bc7da318978f6d0235e5747e94160959eb276.tar.gz |
- The 'useexisting' flag on Table has been superceded
by a new pair of flags 'keep_existing' and
'extend_existing'. 'extend_existing' is equivalent
to 'useexisting' - the existing Table is returned,
and additional constructor elements are added.
With 'keep_existing', the existing Table is returned,
but additional constructor elements are not added -
these elements are only applied when the Table
is newly created. [ticket:2109]
Diffstat (limited to 'test/dialect/test_postgresql.py')
0 files changed, 0 insertions, 0 deletions