[Sqlalchemy-tickets] Issue #3276: normalize name for oracle constraint / index names? (zzzeek/sqlal
Brought to you by:
zzzeek
|
From: Mike B. <iss...@bi...> - 2014-12-18 17:45:17
|
New issue 3276: normalize name for oracle constraint / index names? https://bitbucket.org/zzzeek/sqlalchemy/issue/3276/normalize-name-for-oracle-constraint-index Mike Bayer: we are normalizing names for the columns in FKs, PKs and indexes, but not the name of the object itself. This causes alembic autogenerates to have UPPERCASE names which is not what they want. |