summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changelogupgrade_testingMike Bayer2014-09-131-0/+8
* - bootstrap supportMike Bayer2014-09-134-2/+21
* - finish upMike Bayer2014-09-1314-298/+318
* postgresqlMike Bayer2014-09-131-12/+17
* devMike Bayer2014-09-1312-1067/+990
* test commandMike Bayer2014-09-131-5/+5
* bulk insertMike Bayer2014-09-133-164/+167
* - move towards sqlalchemy test base. autogenerate tests so farMike Bayer2014-09-1316-554/+561
* - updatesMike Bayer2014-09-131-1/+2
* - start using tox 1.8 so that we can easily get multiple sqla versions off th...Mike Bayer2014-09-131-9/+7
* 0.7 startMike Bayer2014-09-131-1/+1
* 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