summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Added support for the ``initially``, ``match`` keyword argumentsMike Bayer2014-03-143-6/+53
* - Altered the support for "sourceless" migration files (e.g. onlyMike Bayer2014-03-148-18/+101
* - ensure that target_metadata is also present in the offline migration context,Mike Bayer2014-03-143-3/+4
* The feature that keeps on giving, index/unique constraint autogenerateMike Bayer2014-03-133-16/+165
* Extensive changes have been made to more fully support SQLAlchemy's newMike Bayer2014-03-129-26/+429
* - Suppressed IOErrors which can raise when program output pipeMike Bayer2014-03-102-1/+17
* got the docs totally wrong on thatMike Bayer2014-03-082-4/+4
* - Fixed bug where :meth:`.Operations.bulk_insert` would not functionMike Bayer2014-03-085-8/+111
* - add new section, cookbook. First example, add conditonal sections to migra...Mike Bayer2014-03-042-0/+145
* - add py.test config, see if jenkins no longer pulls in sqlalchemy conftest f...Mike Bayer2014-03-041-0/+6
* - Fixed a failure of the system that allows "legacy keyword arguments"Mike Bayer2014-02-242-1/+18
* - 0.6.4Mike Bayer2014-02-172-1/+14
* Return the script object from command.revisionRobbie Coomber2014-02-171-1/+2
* Removed unreachable raise statementJayson Reis2014-02-131-1/+1
* - remove thisrel_0_6_3Mike Bayer2014-02-021-485/+0
* - 0.6.3Mike Bayer2014-02-023-2/+3
* - add new section "the importance of naming constraints"Mike Bayer2014-02-021-2/+159
* - Added a workaround for when we call ``fcntl.ioctl()`` to get atMike Bayer2014-02-022-0/+11
* - add new tests to ensure the naming convention thing works on this endMike Bayer2014-02-023-1/+94
* more doc fixes and updatesMike Bayer2014-02-012-13/+39
* move this seealsoMike Bayer2014-02-011-2/+4
* - use latest extension versions, trying to get rtd to buildMike Bayer2014-02-011-2/+2
* - Added new argumentMike Bayer2014-02-017-35/+222
* - Added support for autogenerate covering the use case where :class:`.Table`Mike Bayer2014-01-304-53/+150
* - changelogMike Bayer2014-01-282-116/+165
* Merge pull request #9 from malor/compare_metadata_include_objectmike bayer2014-01-282-14/+144
|\
| * Handle include_* arguments in compare_metadata()Roman Podoliaka2014-01-282-14/+144
|/
* - Calling :func:`.bulk_insert` with an empty list will not emit anyMike Bayer2014-01-243-1/+16
* - changelog for pullreq 17Mike Bayer2014-01-193-17/+82
* - fix up the "build" pathsMike Bayer2014-01-191-2/+2
* Merge https://bitbucket.org/dtheodor/alembic/branch/master into mMike Bayer2014-01-193-18/+77
|\
| * Autogenerate index and unique's comparison takes schema into accountDimitris Theodorou2014-01-191-9/+10
| * Schema fixes on rendering of alembic op. directivesDimitris Theodorou2014-01-192-9/+67
* | - use a valid argument name here as SQLA 0.9.2 will now start validating theseMike Bayer2014-01-191-2/+2
|/
* - More fixes to index autodetection; indexes created with expressionsMike Bayer2014-01-113-2/+32
* Merged in vrutsky/alembic/vrutsky/remove-space-before-exclamation-mark-wow-13...Mike Bayer2014-01-091-1/+1
|\
| * Remove space before exclamation mark: "Wow that rocked !"vrutsky2014-01-091-1/+1
|/
* - more fixes for #163, make sure env.py load figures out to load env.pyc orMike Bayer2013-12-313-12/+45
* - The :class:`.ScriptDirectory` system that loads migration filesMike Bayer2013-12-318-17/+89
* 0.1.8Mike Bayer2013-12-301-1/+1
* 0.1.7Mike Bayer2013-12-301-1/+1
* 0.1.6Mike Bayer2013-12-301-1/+1
* 0.1.5Mike Bayer2013-12-301-1/+1
* 0.1.4Mike Bayer2013-12-301-1/+1
* upMike Bayer2013-12-301-1/+1
* 0.1.1Mike Bayer2013-12-301-1/+1
* try out paramlinksMike Bayer2013-12-302-1/+2
* - 0.6.2 releaserel_0_6_2Mike Bayer2013-12-271-0/+1
* - clean out test_autogenerateMike Bayer2013-12-277-897/+293
* - move out "render" types of tests into new test_autogen_renderMike Bayer2013-12-271-0/+553