Files
sqlalchemy/test
Gord Thompson a134956c4e Allow NUMERIC()/DECIMAL() IDENTITY columns
Fixed issue where :class:`.Table` objects that made use of IDENTITY columns
with a :class:`.Numeric` datatype would produce errors when attempting to
reconcile the "autoincrement" column, preventing construction of the
:class:`.Column` from using the :paramref:`.Column.autoincrement` parameter
as well as emitting errors when attempting to invoke an :class:`.Insert`
construct.

Fixes: #8111
Change-Id: Iaacc4eebfbafb42fa18f9a1a4f43cb2b6b91d28a
2022-06-18 13:57:54 -04:00
..
2022-06-13 22:15:48 +02:00
2022-06-15 09:04:51 -04:00
2022-06-10 13:21:26 -04:00
2022-03-04 16:28:31 -05:00
2022-05-25 12:40:02 -04:00
2022-06-13 22:15:48 +02:00