deb-alembic/tests
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 - finish up 2014-09-13 16:53:57 -04:00
_autogen_fixtures.py - Implemented support for autogenerate detection of changes in the 2015-08-19 18:39:44 -04:00
_large_map.py - Fixed critical issue where a complex series of branches/merges would 2015-07-22 12:37:35 -04:00
conftest.py - coverage was not working (and needs to be fixed in SQLAlchemy too), 2014-09-14 15:51:19 -04:00
requirements.py Get test compat for oracle 2017-01-09 13:36:15 -05:00
test_autogen_composition.py Add single pound to generated comments 2016-11-15 15:57:35 -05:00
test_autogen_diffs.py Compare to metadata_impl in compare_type() to guard against custom TypeDecorator 2016-11-09 08:47:23 -05:00
test_autogen_fks.py Get test compat for oracle 2017-01-09 13:36:15 -05:00
test_autogen_indexes.py Generalize uq -> uix dedupe logic 2017-01-09 14:26:53 -05:00
test_autogen_render.py Add single pound to generated comments 2016-11-15 15:57:35 -05:00
test_batch.py Ensure primary_key flag unset for PK batch drop 2016-12-19 11:05:23 -05:00
test_bulk_insert.py - Added a new option 2015-04-07 12:41:46 -04:00
test_command.py Support explicit "base" in --sql mode. 2016-09-21 11:28:40 -04:00
test_config.py - document that the value we pass to set_section_option and set_main_option 2015-12-08 15:01:15 -05:00
test_environment.py dev 2014-09-13 16:14:39 -04:00
test_mssql.py - repair the previous commit that put the decorators in the wrong place 2016-03-16 18:52:16 -04:00
test_mysql.py - Repaired batch migration support for "schema" types which generate 2016-01-22 13:04:27 -05:00
test_offline_environment.py - move resolution of "starting rev" for --sql mode into 2015-02-03 11:51:13 -05:00
test_op.py Move op tests for Postgresql to test_postgresql 2016-08-22 11:22:28 -04:00
test_op_naming_convention.py dev 2014-09-13 16:14:39 -04:00
test_oracle.py - finish up 2014-09-13 16:53:57 -04:00
test_postgresql.py file generated by alembic revison is now pep8 compliant 2016-11-21 14:48:52 -05:00
test_revision.py Don't raise RangeNotAncestor for sibling branches 2016-07-19 13:25:08 -04:00
test_script_consumption.py Ignore py files generated by emacs 2016-11-28 17:43:34 -05:00
test_script_production.py Merge "Add single pound to generated comments" 2016-11-28 11:22:27 -05:00
test_sqlite.py - finish up 2014-09-13 16:53:57 -04:00
test_version_table.py - The :meth:`.MigrationContext.stamp` method, added as part of the 2015-06-09 11:40:34 -04:00
test_version_traversal.py Don't remove dependent version when downgrading to a version. 2016-07-12 15:13:05 -04:00