summaryrefslogtreecommitdiff
path: root/alembic/migration.py
Commit message (Expand)AuthorAgeFilesLines
* Add pep-484 type annotationsCaselIT2021-08-111-0/+1
* - squash merge of ticket_302 branchMike Bayer2015-07-031-798/+0
* - The :meth:`.MigrationContext.stamp` method, added as part of theMike Bayer2015-06-091-0/+2
* - Fixed bug where the case of multiple mergepoints that allMike Bayer2015-05-031-7/+8
* - Added a new optionMike Bayer2015-04-071-3/+2
* - move resolution of "starting rev" for --sql mode intoMike Bayer2015-02-031-2/+6
* - use the correct method here; this needs to have some testsMike Bayer2014-11-231-1/+1
* - fixesMike Bayer2014-11-221-1/+1
* - break out the concept of "down revision" into two pieces:Mike Bayer2014-11-221-11/+11
* - support the case where a mergepoint has a branchpoint immediatelyMike Bayer2014-11-221-26/+71
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-54/+427
* - If the "alembic_version" table is present in the target metadata,Mike Bayer2014-10-291-2/+4
* - fix long lines within packageMike Bayer2014-09-091-7/+9
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-45/+46
* Eliminate {} (dict) default arg value for `opts`Marc Abramowitz2014-05-281-1/+4
* - changelog + test for MigrationContext.configMike Bayer2014-05-251-1/+5
* Add EnvironmentContext and Config to MigrationContextMarc Abramowitz2014-05-191-2/+12
* - Added new feature :paramref:`.EnvironmentContext.configure.transaction_per_...Mike Bayer2014-05-021-19/+52
* Fixes to Py3k in-place compatibity regarding output encoding and related;Mike Bayer2013-11-211-6/+6
* Fixes stdout --sql output in python2Javier Santacruz2013-10-171-5/+6
* Fix calling of custom type compare functionMaarten van Schaik2013-08-281-1/+1
* Added new kw argument to :meth:`.EnvironmentContext.configure`Mike Bayer2013-07-111-3/+5
* - will call this 0.6Mike Bayer2013-04-121-2/+2
* callable() revidedHong Minhee2013-04-131-3/+3
* Use collections.Callable ABC instead of callable() predicateHong Minhee2013-04-131-2/+3
* Use io instead of codecs and StringIOHong Minhee2013-04-131-4/+6
* Use relative importsHong Minhee2013-04-111-5/+6
* - changelogMike Bayer2013-04-041-2/+2
* Merged in cblume/alembic (pull request #24)Mike Bayer2013-04-041-1/+3
|\
| * - added option 'version_table_schema' to version_table in __init__ of Migrati...Christian Blume2012-10-051-1/+3
* | Added ``output_encoding`` option toMike Bayer2013-04-041-0/+5
* | Merged in dahlia/alembic/upgrade-message (pull request #30)Mike Bayer2013-04-041-4/+8
|\ \
| * | Print message to each upgrade/downgrade stepHong Minhee2013-03-311-4/+8
* | | Removed unused imports from alembic/ directoryHong Minhee2013-03-311-2/+1
|/ /
* | - The rendering of any construct during autogenerateMike Bayer2013-03-041-1/+0
* | update sqla links for 0.8 docsMike Bayer2012-12-091-2/+2
|/
* Merged in BryceLohr/alembic (pull request #14)Mike Bayer2012-09-301-2/+2
|\
| * Merged revision 6ed983fc075450d874557e81feb0237d7a28a222 from upstream defaul...Bryce Lohr2012-05-071-2/+2
| |\
| | * Added missing 'execution_options' kwarg that only appeared to be used from th...Bryce Lohr2012-04-251-2/+2
* | | whitespace removalMike Bayer2012-08-151-45/+45
|/ /
* | Make version table name configurable.Jeff Dairiki2012-05-031-12/+12
|/
* - move to 0.3 as we are changing APIrel_0_3_0Mike Bayer2012-04-051-20/+75
* fix docstring referencesrel_0_2_0Mike Bayer2012-01-301-3/+3
* fix long linesMike Bayer2012-01-301-10/+13
* - add test coverage for standalone MigrationContext / OperationsMike Bayer2012-01-301-1/+13
* documentation updates for 0.2Mike Bayer2012-01-241-3/+7
* this is all tests passing with the refactor, which IMHO isMike Bayer2012-01-241-17/+55
* - rearrange the internals such that we no longer use globalMike Bayer2012-01-241-0/+191