Files
sqlalchemy/test/sql
Federico Caselli d3c73ad801 Propertly ignore `Identity` in MySQL and MariaDb.
Ensure that the MySQL and MariaDB dialect ignore the
:class:`_sql.Identity` construct while rendering the
``AUTO_INCREMENT`` keyword in a create table.

The Oracle and PostgreSQL compiler was updated to not render
:class:`_sql.Identity` if the database version does not support it
(Oracle < 12 and PostgreSQL < 10). Previously it was rendered regardless
of the database version.

Fixes: #6338
Change-Id: I2ca0902fdd7b4be4fc1a563cf5585504cbea9360
2021-04-28 20:03:27 -04:00
..
2021-04-17 00:37:47 -04:00
2021-04-01 18:55:37 -04:00