summaryrefslogtreecommitdiff
path: root/alembic/migration.py
Commit message (Expand)AuthorAgeFilesLines
* - convert arg system to be a little cleanerMike Bayer2014-11-191-1/+0
* - add a comma-formatting system, apply to templates, log messagesMike Bayer2014-11-191-4/+4
* - support multiple revisions argumentsMike Bayer2014-11-181-4/+7
* everythings passing, again.Mike Bayer2014-11-181-2/+1
* - stamp is working againMike Bayer2014-11-181-20/+73
* - start fixing testsMike Bayer2014-11-181-1/+13
* - OK this seems to traverse correctly across diamonds now, now to rewriteMike Bayer2014-11-181-7/+37
* - this is a new approach which means I have to rewrite the tests againMike Bayer2014-11-181-69/+130
* - ensure the doc is not sent into the SQL comment in offline modeMike Bayer2014-11-171-5/+9
* - add branch_name argumentMike Bayer2014-11-171-3/+5
* - get all current tests passingMike Bayer2014-11-171-4/+9
* - working through stamp use casesMike Bayer2014-11-171-1/+17
* - base creating/dropping version table in offline modeMike Bayer2014-11-141-6/+2
* - factor out version table operations, mirror them in an offline set of heads,Mike Bayer2014-11-141-71/+147
* - create a system by which _upgrade_revs() and _downgrade_revs() can alsoMike Bayer2014-11-141-3/+45
* - start adding the concept of multiple heads into versioning, stampingMike Bayer2014-11-111-7/+58
* - make version table manipulations "safe" when multiple (or no) rowsMike Bayer2014-11-111-7/+31
* - 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