summaryrefslogtreecommitdiff
path: root/alembic/script.py
Commit message (Expand)AuthorAgeFilesLines
* - ensure we include for dependencies when we do a stamp, add an optionMike Bayer2014-11-231-1/+1
* - fixesMike Bayer2014-11-221-1/+2
* - In conjunction with support for multiple independent bases, theMike Bayer2014-11-221-38/+102
* - break out the concept of "down revision" into two pieces:Mike Bayer2014-11-221-4/+18
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-239/+354
* - amending d81619b50b9df7ff4458:Mike Bayer2014-10-201-2/+5
* - fix long lines within packageMike Bayer2014-09-091-9/+12
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-45/+49
* - ignore __init__.py in versions directory, fixes #95.Mike Bayer2014-08-071-2/+3
* - Altered the support for "sourceless" migration files (e.g. onlyMike Bayer2014-03-141-11/+22
* Removed unreachable raise statementJayson Reis2014-02-131-1/+1
* - The :class:`.ScriptDirectory` system that loads migration filesMike Bayer2013-12-311-2/+20
* - Fixed bug in the not-internally-used :meth:`.ScriptDirectory.get_base`Mike Bayer2013-12-271-1/+1
* - make slug length default to 40, but also make it configurable.Mike Bayer2013-11-261-4/+10
* - changelogMike Bayer2013-11-261-1/+1
* Change filename length restriction to 60 characters & word truncationTeemu Kokkonen2013-11-201-1/+3
* Fix missing spaceOliver Beattie2013-09-051-1/+1
* More informative error message when trying to retrieve a single head, but the...Oliver Beattie2013-09-051-0/+5
* - Ensured that strings going to stdout go through an encode/decode phase,Mike Bayer2013-08-231-0/+2
* The output of the ``alembic history`` command is nowMike Bayer2013-06-261-3/+30
* - rework the -r flag on history to make use of existing walk_revisions();Mike Bayer2013-04-141-4/+6
* - will call this 0.6Mike Bayer2013-04-121-2/+0
* Use relative importsHong Minhee2013-04-111-3/+4
* Print message to each upgrade/downgrade stepHong Minhee2013-03-311-3/+6
* Fix bug with minute component in file_template and make sure it is tested cor...Daniel Haaker2012-10-211-1/+1
* - [bug] Fixed the regexp that was checking for .py filesMike Bayer2012-09-301-4/+2
* - [bug] Improved error message when specifiyingMike Bayer2012-08-081-3/+5
* - [bug] 'alembic' command reports an informativeMike Bayer2012-07-281-3/+5
* - Added year, month, day, hour, minute, secondMike Bayer2012-07-111-15/+25
* - [feature] Added support for "relative" migrationMike Bayer2012-05-161-0/+21
* - move to 0.3 as we are changing APIrel_0_3_0Mike Bayer2012-04-051-35/+160
* - [feature] script_location can be interpretedMike Bayer2012-02-081-1/+3
* fix long linesMike Bayer2012-01-301-6/+8
* cut off the slug length at 20 charsMike Bayer2012-01-301-1/+1
* lets put a doc note here for now since everyone is going to get this issueMike Bayer2012-01-301-1/+2
* remove erroneous pdbMike Bayer2012-01-241-2/+0
* documentation updates for 0.2Mike Bayer2012-01-241-5/+1
* - [feature] The naming of revision files canMike Bayer2012-01-241-23/+35
* this is all tests passing with the refactor, which IMHO isMike Bayer2012-01-241-2/+2
* - Python 2.5 is supported, needsMike Bayer2011-12-031-0/+2
* - Clean up file write operations so thatMike Bayer2011-12-031-1/+2
* - fix some more file()->open() in docsMike Bayer2011-11-291-1/+1
* report full path for env.pyMike Bayer2011-11-291-0/+4
* initial MySQL support, good thing we triedMike Bayer2011-11-281-1/+14
* more tests and now its sort of workingMike Bayer2011-11-271-7/+11
* implement autogenerate featureMike Bayer2011-11-271-2/+3
* get env to have all the arguments before and after context is set upMike Bayer2011-11-141-4/+8
* - make start/end arguments available to environmentsMike Bayer2011-11-141-21/+4
* some docsMike Bayer2011-11-111-0/+4
* - tests for SQL scriptMike Bayer2011-11-081-4/+3