summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-04-05 12:04:42 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-04-05 12:04:42 -0400
commitd34bc7da318978f6d0235e5747e94160959eb276 (patch)
tree1030ebdfd8a7a345ce777e3f0d9719d1aefa5b3e /test/dialect/test_postgresql.py
parentcfc12748348dc3e183edc16b1711ae3d466cc2e0 (diff)
downloadsqlalchemy-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