summaryrefslogtreecommitdiff
path: root/tests/test_autogenerate.py
Commit message (Expand)AuthorAgeFilesLines
* - repair the rendering of add_fk_constraint(), quoting there tooMike Bayer2014-11-301-3/+3
* - refactor the FK merge a bitMike Bayer2014-11-301-27/+62
* - Merge branch 'add_fk_check' of https://bitbucket.org/akamyshnikova/alembic ...Mike Bayer2014-11-301-37/+62
|\
| * Fix failing unittests and update compare_fk methodAnn Kamyshnikova2014-11-251-1/+2
| * Update and add some tests for checking fkAnn Kamyshnikova2014-11-071-20/+32
* | - add a missing @classmethod decorator...Mike Bayer2014-11-241-0/+1
* | ModelOne now has unique constraints so require thatMike Bayer2014-11-211-0/+2
* | include indexes in batchMike Bayer2014-11-211-2/+2
* | - A change in the ordering when columns and constraints are dropped;Mike Bayer2014-11-211-53/+89
* | - add some connection cleanupMike Bayer2014-11-091-1/+4
* | - add tests for batch autogenerateMike Bayer2014-11-071-12/+113
|/
* - Indexes and unique constraints are now included in theMike Bayer2014-11-021-15/+21
* - Added a workaround for SQLAlchemy issue #3023 (fixed in 0.9.5) whereMike Bayer2014-11-021-2/+39
* - If the "alembic_version" table is present in the target metadata,Mike Bayer2014-10-291-9/+67
* - more tweaks for server defaults re: comparison, test resultsMike Bayer2014-09-201-10/+8
* - move towards sqlalchemy test base. autogenerate tests so farMike Bayer2014-09-131-43/+27
* - finish flake8 on testsMike Bayer2014-09-091-34/+49
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-114/+129
* Alter autogenerate tests to show python3 problem on already existing tables sortFlorian Mounier2014-06-251-1/+15
* - This releases' "autogenerate index detection" bug, when a MySQL tableMike Bayer2014-05-021-1/+2
* - index autogen is a big enough deal to warrant its own test suiteMike Bayer2014-05-021-508/+3
* - Fixed bug where the ``include_object()`` filter would not receiveMike Bayer2014-04-301-5/+7
* The feature that keeps on giving, index/unique constraint autogenerateMike Bayer2014-03-131-15/+135
* - Added support for autogenerate covering the use case where :class:`.Table`Mike Bayer2014-01-301-49/+107
* - changelogMike Bayer2014-01-281-116/+153
* Handle include_* arguments in compare_metadata()Roman Podoliaka2014-01-281-0/+117
* - changelog for pullreq 17Mike Bayer2014-01-191-1/+60
* - More fixes to index autodetection; indexes created with expressionsMike Bayer2014-01-111-0/+22
* - clean out test_autogenerateMike Bayer2013-12-271-888/+246
* - more for #157:Mike Bayer2013-12-271-26/+71
* - repair the autogen index test which apparently wasn't running for PostgresqlMike Bayer2013-12-201-36/+153
* - Fixed an issue with unique constraint autogenerate detection whereMike Bayer2013-12-111-93/+126
* - make these comparisons handle the indexes in either orderMike Bayer2013-11-171-3/+10
* - remember to add the SQLA prefixMike Bayer2013-11-171-2/+2
* wrap text() around itMike Bayer2013-11-131-2/+2
* - support SQLAlchemy ticket 2742 by ensuring that expressions in DDL are rend...Mike Bayer2013-11-131-2/+35
* - fix the change we did in 56a178d2181c84ab8bf2edbe6fdf8439f4 so that the uni...Mike Bayer2013-10-111-0/+5
* - use a "signature" for unique constraints so that we can also check onMike Bayer2013-10-081-0/+11
* - correct for bad booleans coming from SQLA metadata/reflection for the index...Mike Bayer2013-10-071-1/+3
* - for newly added tables, run compare_indexes with None for conn_tableMike Bayer2013-10-071-9/+25
* - refactor autogeneration into its own packageMike Bayer2013-09-081-133/+94
* - add autogenerate support for indexes and unique constraints,Mike Bayer2013-09-081-49/+317
* use mock from local namespaceMike Bayer2013-09-021-1/+1
* Simplified testsMaarten van Schaik2013-08-281-97/+42
* Add unittests for custom compare_type functionMaarten van Schaik2013-08-281-1/+120
* some u's coming in due to the naming change in 0.9Mike Bayer2013-08-271-5/+5
* Added new kw argument to :meth:`.EnvironmentContext.configure`Mike Bayer2013-07-111-15/+86
* Added support for options like "name" etc. to be renderedMike Bayer2013-05-161-2/+2
* fix test failure regarding pypyMike Bayer2013-05-151-0/+3
|\
| * Fix broken test_include_symbol on PyPyHong Minhee2013-04-111-0/+3