Files
sqlalchemy/examples
Mike Bayer 9e82f32f27 Deprecate duplicated column names in Table definition
The :class:`_schema.Table` class now raises a deprecation warning
when columns with the same name are defined. To replace a column a new
parameter :paramref:`_schema.Table.append_column.replace_existing` was
added to the :meth:`_schema.Table.append_column` method.

The :meth:`_expression.ColumnCollection.contains_column` will now
raises an error when called with a string, suggesting the caller
to use ``in`` instead.

Co-authored-by: Federico Caselli <cfederico87@gmail.com>
Change-Id: I1d58c8ebe081079cb669e7ead60886ffc1b1a7f5
2020-10-12 13:52:06 -04:00
..
2019-01-06 18:23:11 -05:00
2020-09-28 15:17:26 -04:00
2019-05-13 12:12:55 -04:00
2020-09-28 15:17:26 -04:00
2019-01-06 18:23:11 -05:00
2019-01-06 18:23:11 -05:00
2019-01-06 18:23:11 -05:00
2019-01-06 18:23:11 -05:00
2020-08-05 22:19:46 -04:00
2019-07-21 10:51:29 +10:00
2020-09-28 15:17:26 -04:00
2020-09-28 15:17:26 -04:00