summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Fixed bug in the not-internally-used :meth:`.ScriptDirectory.get_base`Mike Bayer2013-12-273-2/+13
* - more for #157:Mike Bayer2013-12-274-52/+130
* - repair the autogen index test which apparently wasn't running for PostgresqlMike Bayer2013-12-207-191/+423
* since msg() right-trims, move the space to the subsequent messageMike Bayer2013-12-181-3/+3
* Merged in s0undt3ch/alembic (pull request #14) Mike Bayer2013-12-181-1/+1
|\
| * Just a space wrapping `...`.Pedro Algarvio2013-12-181-1/+1
|/
* fix incorrect var for log messageMike Bayer2013-12-111-1/+1
* - Fixed an issue with unique constraint autogenerate detection whereMike Bayer2013-12-113-96/+151
* - Added new argument ``mssql_drop_foreign_key`` toMike Bayer2013-12-064-3/+51
* - test adjustments to account for SQLAlchemy pullreq #7, MSSQL DROP INDEX syntaxMike Bayer2013-12-062-6/+2
* - 0.6.2Mike Bayer2013-12-052-1/+13
* Merged in dharland/alembic/patch-mssql-final-go (pull request #13) Mike Bayer2013-12-052-3/+9
|\
| * Ensure a commit is followed by a GOdonkopotamus2013-11-282-3/+9
| * Merged zzzeek/alembic into masterDerek Harland2013-11-2812-152/+309
| |\