summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | | - start docsMike Bayer2014-11-082-0/+62
* | | - round trip testsMike Bayer2014-11-082-14/+157
* | | Merge branch 'master' into batch_alterMike Bayer2014-11-084-6/+88
|\ \ \ | |/ /
| * | - The :class:`~sqlalchemy.schema.Table` object is now returned whenMike Bayer2014-11-084-6/+88
* | | - finish up most featuresMike Bayer2014-11-083-67/+247
* | | move thisMike Bayer2014-11-081-2/+1
* | | - testing approaches for BatchOperationsImpl and ApplyBatchImplMike Bayer2014-11-082-30/+223
* | | proof of conceptMike Bayer2014-11-074-30/+292
* | | docstringMike Bayer2014-11-071-1/+65
* | | - add tests for batch autogenerateMike Bayer2014-11-072-12/+114
* | | - add support for autogenerate to include "batch"Mike Bayer2014-11-065-34/+112
* | | - use pyprinter for autogen so that we get indentation logicMike Bayer2014-11-062-23/+47
* | | Merge branch 'master' into batch_alterMike Bayer2014-11-0610-73/+489
|\ \ \ | |/ /
| * | - skip unique constraint tests on 0.7Mike Bayer2014-11-051-0/+3
| * | - Indexes and unique constraints are now included in theMike Bayer2014-11-025-46/+241
| * | - Bound parameters are now resolved as "literal" values within theMike Bayer2014-11-023-8/+29
| * | - Added a workaround for SQLAlchemy issue #3023 (fixed in 0.9.5) whereMike Bayer2014-11-024-7/+73