summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* - finish upMike Bayer2014-09-139-281/+294
* postgresqlMike Bayer2014-09-131-12/+17
* devMike Bayer2014-09-138-1038/+955
* test commandMike Bayer2014-09-131-5/+5
* bulk insertMike Bayer2014-09-131-163/+165
* - move towards sqlalchemy test base. autogenerate tests so farMike Bayer2014-09-135-544/+80
* - finish flake8 on testsMike Bayer2014-09-0915-129/+251
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-0921-686/+839
* more test fixesŁukasz Bołdys2014-09-091-1/+1
* fixed testŁukasz Bołdys2014-09-091-1/+1
* MS SQL is using sp_rename instead of Alter table to rename tableŁukasz Bołdys2014-09-091-0/+5
* - Added support for functional indexes when using theMike Bayer2014-08-271-0/+41
* - ignore __init__.py in versions directory, fixes #95.Mike Bayer2014-08-071-1/+33
* Merged in paradoxxxzero/alembic/paradoxxxzero/fix-sorted-of-none-values-in-co...Mike Bayer2014-08-071-1/+15
|\
| * Alter autogenerate tests to show python3 problem on already existing tables sortFlorian Mounier2014-06-251-1/+15
* | Support autogenerating migrations for tables with 255 or more columnsRyan P. Kelly2014-08-072-2/+38
* | Merge remote-tracking branch 'github/pr/14' into pr14Mike Bayer2014-08-071-0/+14
|\ \ | |/ |/|
| * fix rendering of foreign key constraint when using a metadata schemaAndreas Zeidler2014-06-041-0/+14
* | - Some deep-in-the-weeds fixes to try to get "server default" comparisonMike Bayer2014-06-231-25/+80
* | - Liberalized even more the check for MySQL indexes that shouldn't beMike Bayer2014-06-052-9/+51
|/
* - changelog + test for MigrationContext.configMike Bayer2014-05-251-2/+10
* - This releases' "autogenerate index detection" bug, when a MySQL tableMike Bayer2014-05-022-3/+69
* - index autogen is a big enough deal to warrant its own test suiteMike Bayer2014-05-022-508/+520
* - Added new feature :paramref:`.EnvironmentContext.configure.transaction_per_...Mike Bayer2014-05-022-16/+32
* - Fixed bug where the ``include_object()`` filter would not receiveMike Bayer2014-04-301-5/+7
* - Fixed bug where :meth:`.EnvironmentContext.get_x_argument`Mike Bayer2014-04-041-0/+64
* Fixed another bug regarding naming conventions, continuingMike Bayer2014-04-011-0/+40
* use correct __mro__ for new mssql _Exec classes, fix #192Mike Bayer2014-03-281-0/+1
* - Added quoting to the table name when the special EXEC is run toMike Bayer2014-03-251-0/+6
* - add an additional fix to the MySQL fixes for re: #103.Mike Bayer2014-03-221-0/+9
* - use compat version of mock for py3Mike Bayer2014-03-162-1/+3
* - Added/fixed support for MySQL "SET DEFAULT" / "DROP DEFAULT" phrases,Mike Bayer2014-03-161-12/+50
* - add test for drop defaultMike Bayer2014-03-161-0/+10
* - Added support for the ``initially``, ``match`` keyword argumentsMike Bayer2014-03-141-1/+34
* - Altered the support for "sourceless" migration files (e.g. onlyMike Bayer2014-03-142-4/+38
* The feature that keeps on giving, index/unique constraint autogenerateMike Bayer2014-03-131-15/+135
* Extensive changes have been made to more fully support SQLAlchemy's newMike Bayer2014-03-124-12/+227
* - Fixed bug where :meth:`.Operations.bulk_insert` would not functionMike Bayer2014-03-081-0/+38
* - add new tests to ensure the naming convention thing works on this endMike Bayer2014-02-022-1/+93
* - Added new argumentMike Bayer2014-02-011-6/+80
* - 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
* - Calling :func:`.bulk_insert` with an empty list will not emit anyMike Bayer2014-01-241-0/+6
* - changelog for pullreq 17Mike Bayer2014-01-191-1/+60
* Merge https://bitbucket.org/dtheodor/alembic/branch/master into mMike Bayer2014-01-191-2/+54
|\
| * Schema fixes on rendering of alembic op. directivesDimitris Theodorou2014-01-191-2/+54
* | - use a valid argument name here as SQLA 0.9.2 will now start validating theseMike Bayer2014-01-191-2/+2
|/
* - More fixes to index autodetection; indexes created with expressionsMike Bayer2014-01-111-0/+22
* - more fixes for #163, make sure env.py load figures out to load env.pyc orMike Bayer2013-12-312-11/+29