summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.6.7rel_0_6_7rel_0_6Mike Bayer2014-09-092-2/+3
* - update naming convention link to point to official docscleanupMike Bayer2014-09-091-8/+4
* - finish flake8 on testsMike Bayer2014-09-0916-131/+252
* - fix long lines within packageMike Bayer2014-09-0917-172/+232
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-0944-1357/+1661
* - changelog for pr bitbucket:26Mike Bayer2014-09-091-0/+8
* Merge https://bitbucket.org/utek/alembic/branch/master into pr26Mike Bayer2014-09-092-1/+12
|\
| * 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-092-1/+12
* | - add a tox.ini fileMike Bayer2014-09-094-5/+44
|/
* Merged in andreasgrapentin/alembic/template_eval (pull request #25) Mike Bayer2014-08-281-2/+2
|\
| * replacing eval in multidb template with globals() function lookupAndreas Grapentin2014-08-281-2/+2
|/
* - Added support for functional indexes when using theMike Bayer2014-08-274-6/+125
* 0.6.6rel_0_6_6Mike Bayer2014-08-071-0/+1
* - ignore __init__.py in versions directory, fixes #95.Mike Bayer2014-08-073-3/+45
* - changelog for pullreq bitbucket:23Mike Bayer2014-08-071-0/+9
* Merged in paradoxxxzero/alembic/paradoxxxzero/fix-sorted-of-none-values-in-co...Mike Bayer2014-08-073-6/+17
|\
| * Alter autogenerate tests to show python3 problem on already existing tables sortFlorian Mounier2014-06-253-5/+15
| * Fix sorted of None values in compare for python 3paradoxxxzero2014-06-241-1/+2
* | Support autogenerating migrations for tables with 255 or more columnsRyan P. Kelly2014-08-074-12/+63
* | changelog for pr github:14Mike Bayer2014-08-071-0/+8
* | Merge remote-tracking branch 'github/pr/14' into pr14Mike Bayer2014-08-072-8/+18
|\ \
| * | (hopefully) make the code a bit more readableAndreas Zeidler2014-06-041-9/+4
| * | fix rendering of foreign key constraint when using a metadata schemaAndreas Zeidler2014-06-042-3/+18
* | | this is 0.6.6Mike Bayer2014-06-241-1/+1
| |/ |/|
* | - Some deep-in-the-weeds fixes to try to get "server default" comparisonMike Bayer2014-06-236-36/+121
* | - When a run of Alembic command line fails due to ``CommandError``,Mike Bayer2014-06-122-1/+12
* | - Liberalized even more the check for MySQL indexes that shouldn't beMike Bayer2014-06-054-13/+74
* | Eliminate {} (dict) default arg value for `opts`Marc Abramowitz2014-05-281-1/+4
|/
* - changelog + test for MigrationContext.configMike Bayer2014-05-253-3/+27
* Merge branch 'add_env_context_and_config_to_migration_context' of https://git...Mike Bayer2014-05-252-2/+13
|\
| * Add EnvironmentContext and Config to MigrationContextMarc Abramowitz2014-05-192-2/+13
* | Merge pull request #11 from msabramo/gitignoremike bayer2014-05-251-1/+1
|\ \ | |/ |/|
| * .gitignore: .egg-info => *.egg-infoMarc Abramowitz2014-05-191-1/+1
|/
* update link to pkg_resourcesMike Bayer2014-05-151-1/+1
* 0.6.5rel_0_6_5Mike Bayer2014-05-031-0/+1
* - This releases' "autogenerate index detection" bug, when a MySQL tableMike Bayer2014-05-024-5/+94
* - 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-025-54/+107
* - Fixed bug where the ``include_object()`` filter would not receiveMike Bayer2014-04-303-13/+19
* - Fixed bug where :meth:`.EnvironmentContext.get_x_argument`Mike Bayer2014-04-043-1/+76
* Fixed another bug regarding naming conventions, continuingMike Bayer2014-04-014-3/+55
* 0.6.4rel_0_6_4Mike Bayer2014-03-281-0/+1
* use correct __mro__ for new mssql _Exec classes, fix #192Mike Bayer2014-03-282-2/+3
* - Added quoting to the table name when the special EXEC is run toMike Bayer2014-03-253-11/+46
* - add an additional fix to the MySQL fixes for re: #103.Mike Bayer2014-03-222-1/+10
* - 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-163-37/+148
* - add test for drop defaultMike Bayer2014-03-161-0/+10