summaryrefslogtreecommitdiff
path: root/alembic
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug in batch mode where the ``batch_op.create_foreign_key()``Mike Bayer2015-08-121-8/+21
* - ensure that all ops have full backwards/forwards maintenance ofMike Bayer2015-08-073-8/+36
* - add a helper object for autogen rewriting called Rewriter.Mike Bayer2015-08-074-7/+157
* - Fixed bug where in the erroneous case that alembic_version containsMike Bayer2015-08-033-2/+21
* - changelog for pullrequest bitbucket:46; "alembic edit" commandMike Bayer2015-07-303-11/+35
* Merge branch 'edit-latest' of https://bitbucket.org/exhuma/alembic into pr46Mike Bayer2015-07-301-0/+15
|\
| * Replaced hand-crafted code with python-editor.Michel Albert2015-07-164-54/+5
| * Removed arguments for "--edit" command.Michel Albert2015-07-161-7/+0
| * New CLI command: "edit" - Edits the latest rev.Michel Albert2015-07-154-0/+71
* | - fix syntax here for py3kMike Bayer2015-07-291-2/+2
* | - Added new multiple-capable argument ``--depends-on`` to theMike Bayer2015-07-286-14/+87
* | - Fixed critical issue where a complex series of branches/merges wouldMike Bayer2015-07-221-3/+23
* | - document all the 0.8 positional name changesMike Bayer2015-07-171-8/+95
* | - ensure DropIndex and other ops return the full object it receivedMike Bayer2015-07-171-0/+3
* | - rework all of autogenerate to build directly on alembic.operations.opsMike Bayer2015-07-169-532/+724
|/
* - some additional namesMike Bayer2015-07-142-3/+13
* - handle missing arg more clearlyMike Bayer2015-07-142-2/+10
* - move the "legacy names" system into where we create the module proxy.Mike Bayer2015-07-143-47/+50
* - Implemented support for :meth:`.BatchOperations.create_primary_key`Mike Bayer2015-07-035-9/+38
* Index didn't have a quote parameter until 0.9, when the quote param isMike Bayer2015-07-031-7/+5
* - try to explain this betterMike Bayer2015-07-031-8/+15
* - add the .info dictionary, references #302Mike Bayer2015-07-031-0/+8
* - squash merge of ticket_302 branchMike Bayer2015-07-0341-1986/+3242
* - The :meth:`.MigrationContext.stamp` method, added as part of theMike Bayer2015-06-091-0/+2
* - turn on the mssql legacy_schema_aliasing flag to removeMike Bayer2015-05-262-0/+3
* - Fixed bug where foreign key options including "onupdate",Mike Bayer2015-05-182-13/+19
* - Fixed bug where the case of multiple mergepoints that allMike Bayer2015-05-031-7/+8
* - Added support for type comparison functions to be not just perMike Bayer2015-04-302-29/+11
* - fixed spelling mistake in docsRaul Taranu2015-04-211-1/+1
* - Added a new optionMike Bayer2015-04-078-52/+106
* - Fully implemented theMike Bayer2015-03-274-10/+34
* - next versionMike Bayer2015-03-271-1/+1
* - Repaired support for the :meth:`.BatchOperations.create_index`Mike Bayer2015-03-271-1/+1
* - 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
* - changelog for #266Mike Bayer2015-03-191-2/+4
* Merge branch 'issue266' of https://bitbucket.org/jerdfelt/alembic into pr39Mike Bayer2015-03-191-0/+7
|\
| * Raise exception if autogenerate is tried with as_sql=TrueJohannes Erdfelt2015-02-231-0/+7
* | - Fixed bug where the mssql DROP COLUMN directive failed to includeMike Bayer2015-03-111-1/+1
* | - 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-101-1/+21
* | - add support for assertion of warnings emittedMike Bayer2015-03-101-0/+117
|/
* - Fixed bug where MySQL backend would report dropped unique indexesMike Bayer2015-02-201-0/+34
* - additional fix which impacts #267. fix filtered_heads() to accommodateMike Bayer2015-02-081-3/+1
* - move resolution of "starting rev" for --sql mode intoMike Bayer2015-02-032-7/+6
* - Added a new feature :attr:`.Config.attributes`, to help with the useMike Bayer2015-01-234-26/+54
* - Added support for "alembic stamp" to work when given "heads" as anMike Bayer2015-01-231-38/+46
* - set up for next revMike Bayer2015-01-231-3/+3
* - the enum render is an 0.9 regression, apparently we usedMike Bayer2015-01-132-0/+8
* Merge https://bitbucket.org/dtheodor/alembic/branch/master into pr37Mike Bayer2015-01-121-2/+5
|\