You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated issue, originally created by Michael Bayer (@zzzeek)
Table("foo", metadata,
x, y, z, UniqueConstraint(...),
keep_existing=True)
uses the existing table "foo" and ignores all arguments. This prevents redundant constraints, sequences, etc. going forward this is probably what people want instead of 'useexisting'.
the deprecation message should read "superceded by 'keep_existing' and 'extend_existing'".
The text was updated successfully, but these errors were encountered:
Migrated issue, originally created by Michael Bayer (@zzzeek)
uses the existing table "foo" and ignores all arguments. This prevents redundant constraints, sequences, etc. going forward this is probably what people want instead of 'useexisting'.
the deprecation message should read "superceded by 'keep_existing' and 'extend_existing'".
The text was updated successfully, but these errors were encountered: