summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.7.0rel_0_7_0Mike Bayer2014-11-241-0/+1
* fix manifestMike Bayer2014-11-241-1/+1
* - test runner updatesMike Bayer2014-11-241-4/+5
* - add a missing @classmethod decorator...Mike Bayer2014-11-241-0/+1
* - The ``alembic revision`` command accepts the ``--sql`` option toMike Bayer2014-11-233-0/+43
* - Relative revision identifiers as used with ``alembic upgrade``,Mike Bayer2014-11-236-58/+174
* - ensure we include for dependencies when we do a stamp, add an optionMike Bayer2014-11-233-6/+16
* - use the correct method here; this needs to have some testsMike Bayer2014-11-231-1/+1
* yikes forgot batch modeMike Bayer2014-11-221-0/+1
* - spiff up autogenerate docs a bitMike Bayer2014-11-221-83/+138
* - add another test around something that is bugging/confusing me...Mike Bayer2014-11-221-0/+66
* - fixesMike Bayer2014-11-226-35/+74
* tuple form as wellMike Bayer2014-11-221-1/+9
* - now that branching is an enormous chapter, break out the docs intoMike Bayer2014-11-228-1670/+1685
* - add the refMike Bayer2014-11-221-0/+2
* - In conjunction with support for multiple independent bases, theMike Bayer2014-11-2211-168/+488
* - break out the concept of "down revision" into two pieces:Mike Bayer2014-11-224-49/+305
* - support the case where a mergepoint has a branchpoint immediatelyMike Bayer2014-11-222-40/+238
* - modernize the readme especially the SQLite thingMike Bayer2014-11-211-19/+20
* ModelOne now has unique constraints so require thatMike Bayer2014-11-211-0/+2
* - add more label syntaxesMike Bayer2014-11-211-0/+20
* - Added a rule for Postgresql to not render a "drop unique" and "drop index"Mike Bayer2014-11-215-0/+54
* include indexes in batchMike Bayer2014-11-215-49/+129
* - A change in the ordering when columns and constraints are dropped;Mike Bayer2014-11-213-69/+120
* make the three way merge thing a separate section, we don't reallyMike Bayer2014-11-201-13/+16
* - typoMike Bayer2014-11-201-2/+2
* put the sqlite thing near the top as it's the other big featureMike Bayer2014-11-201-30/+30
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-2024-654/+4044
* - changelog + some polishMike Bayer2014-11-203-13/+36
* Merge branch '242-config-vars' of https://bitbucket.org/nibrahim/alembic into...Mike Bayer2014-11-202-2/+21
|\
| * Adds tests for config_argsNoufal Ibrahim2014-11-201-0/+14
| * Changes name of variable.Noufal Ibrahim2014-11-161-5/+5
| * Adds cfg_vars to Config.Noufal Ibrahim2014-11-161-2/+7
* | The Oracle dialect sets "transactional DDL" to False by default,Mike Bayer2014-11-182-1/+8
* | - Fixed a variety of issues surrounding rendering of Python code thatMike Bayer2014-11-166-67/+216
|/
* - reorganize tests that deal with running scriptsMike Bayer2014-11-105-173/+181
* - move the tests concerning #95 to test_versioning, which is currentlyMike Bayer2014-11-102-31/+43
* - changelog for pr bitbucket:29, fixes #174Mike Bayer2014-11-101-0/+10
* Merge branch 'add_column_with_index' of https://bitbucket.org/davidszotten/al...Mike Bayer2014-11-102-0/+11
|\
| * Create index in add_column if requestedDavid Szotten2014-10-162-0/+11
* | - editMike Bayer2014-11-101-2/+4
* | - changelogbatch_alterMike Bayer2014-11-092-1/+31
* | - test fixupMike Bayer2014-11-095-60/+118
* | - add a type here so that to account for pre-0.9 FK/type supportMike Bayer2014-11-091-1/+1
* | Merge branch 'master' into batch_alterMike Bayer2014-11-091-7/+11
|\ \
| * | - adjust these to account for some MySQL deprecations regardingMike Bayer2014-11-091-7/+11
* | | - add some connection cleanupMike Bayer2014-11-093-4/+10
* | | - more docsMike Bayer2014-11-081-7/+105
* | | documentingMike Bayer2014-11-081-9/+73
* | | - add a little step to get PG to work rudimentally, howeverMike Bayer2014-11-084-3/+29