deb-alembic/alembic/autogenerate
Mike Bayer 8e2af237ab Generalize uq -> uix dedupe logic
Adjusted the logic originally added for 🎫`276` that detects MySQL
unique constraints which are actually unique indexes to be generalized
for any dialect that has this behavior, for SQLAlchemy version 1.0 and
greater.  This is to allow for upcoming SQLAlchemy support for unique
constraint reflection for Oracle, which also has no dedicated concept of
"unique constraint" and instead establishes a unique index.

Change-Id: Ie5770aba36005ec8618bdc18bc4633413d37fc16
2017-01-09 14:26:53 -05:00
..
__init__.py - add a helper object for autogen rewriting called Rewriter. 2015-08-07 17:58:12 -04:00
api.py - Fixed an 0.8 regression whereby the "imports" dictionary member of 2015-10-16 12:29:32 -04:00
compare.py Generalize uq -> uix dedupe logic 2017-01-09 14:26:53 -05:00
render.py Add single pound to generated comments 2016-11-15 15:57:35 -05:00
rewriter.py - Fixed a regression 0.8 whereby the "multidb" environment template 2015-08-20 18:52:00 -04:00