summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.7.6rel_0_7_6Mike Bayer2015-05-051-0/+1
* Merged in jdanjou/alembic/jd/typo-doc-comparator (pull request #44)Mike Bayer2015-05-041-1/+1
|\
| * Fix typo in autogenerate documentationJulien Danjou2015-05-041-1/+1
|/
* - Fixed bug where the case of multiple mergepoints that allMike Bayer2015-05-033-7/+170
* - add tox targets for 3.4Mike Bayer2015-05-011-1/+7
* - Added support for type comparison functions to be not just perMike Bayer2015-04-305-33/+124
* Merged in rtaranu/alembic (pull request #43)Mike Bayer2015-04-211-1/+1
|\
| * - fixed spelling mistake in docsRaul Taranu2015-04-211-1/+1
|/
* - Added a new optionMike Bayer2015-04-0712-54/+170
* - repair name of starting_rev argument, fixes #290Mike Bayer2015-03-291-1/+1
* - dont rely on inpsect import, not in SQLA 0.7Mike Bayer2015-03-281-4/+3
* - don't use op.f(), only works with later SQLA versionsMike Bayer2015-03-281-4/+4
* - Fully implemented theMike Bayer2015-03-277-11/+182
* - next versionMike Bayer2015-03-271-1/+1
* - Repaired support for the :meth:`.BatchOperations.create_index`Mike Bayer2015-03-273-3/+57
* - didn't name the internal number correctly, stilrel_0_7_5_post2Mike Bayer2015-03-201-1/+1
* - 0.7.5.post1 due to pypi deletion issuerel_0_7_5_post1Mike Bayer2015-03-201-1/+1
* 0.7.5rel_0_7_5Mike Bayer2015-03-191-0/+1
* - changelog for #266Mike Bayer2015-03-193-8/+21
* Merge branch 'issue266' of https://bitbucket.org/jerdfelt/alembic into pr39Mike Bayer2015-03-192-0/+22
|\
| * Raise exception if autogenerate is tried with as_sql=TrueJohannes Erdfelt2015-02-232-0/+22
* | - Fixed bug where the mssql DROP COLUMN directive failed to includeMike Bayer2015-03-113-1/+13
* | - an adjustment to the logic for #282 - if the index we see hereMike Bayer2015-03-101-0/+2
* | - Postgresql "functional" indexes are necessarily skipped from theMike Bayer2015-03-103-2/+58
* | - add support for assertion of warnings emittedMike Bayer2015-03-101-0/+117
* | - make the repo dynamicMike Bayer2015-03-101-4/+6
|/
* - Fixed bug where MySQL backend would report dropped unique indexesMike Bayer2015-02-204-7/+75
* - additional fix which impacts #267. fix filtered_heads() to accommodateMike Bayer2015-02-083-3/+15
* - move resolution of "starting rev" for --sql mode intoMike Bayer2015-02-034-7/+58
* remove errant pdbMike Bayer2015-01-231-3/+0
* - Added a new feature :attr:`.Config.attributes`, to help with the useMike Bayer2015-01-239-39/+187
* fix missing changelog directiveMike Bayer2015-01-231-0/+1
* - Added support for "alembic stamp" to work when given "heads" as anMike Bayer2015-01-233-38/+72
* - set up for next revMike Bayer2015-01-231-3/+3
* - fix all flake8Mike Bayer2015-01-231-187/+116
* - the enum render is an 0.9 regression, apparently we usedMike Bayer2015-01-133-2/+14
* - 0.7.4rel_0_7_4Mike Bayer2015-01-121-1/+2
* - happy new yearMike Bayer2015-01-122-2/+2
* changelog for #241, fixes #241Mike Bayer2015-01-121-0/+11
* Merge https://bitbucket.org/dtheodor/alembic/branch/master into pr37Mike Bayer2015-01-122-5/+72
|\
| * remove redundant Float type checkDimitris Theodorou2015-01-121-2/+2
| * Change single-quoting of floats in PostgreSQL compare_server_defaultDimitris Theodorou2015-01-122-5/+72
* | checked test failureDimitris Theodorou2015-01-123-0/+11
* | Enum autogenerate renders the native_enum flag as wellDimitris Theodorou2015-01-121-0/+6
|/
* - The rendering of a :class:`~sqlalchemy.schema.ForeignKeyConstraint`Mike Bayer2015-01-103-7/+91
* - Fixed bug in foreign key autogenerate where if the in-Python tableMike Bayer2015-01-104-2/+122
* - make this test use legal table designsMike Bayer2015-01-101-6/+4
* - add/remove seemed backwards hereMike Bayer2015-01-101-4/+4
* - changelog: Fixed issue in autogenerate type rendering where types that belongMike Bayer2015-01-093-3/+37
* Fixes user module namespace for custom typesBartosz Burclaf2015-01-091-1/+1